fixes #80
This commit is contained in:
parent
1b18a4f7a2
commit
5f54e0197e
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ const ua = {
|
|||
ua.string(str, windowId, cookieStoreId);
|
||||
}
|
||||
chrome.webRequest.onBeforeSendHeaders.addListener(onBeforeSendHeaders, {
|
||||
'urls': ['*://*/*']
|
||||
'urls': ['*://*/*', 'ws://*/*', 'wss://*/*']
|
||||
}, ['blocking', 'requestHeaders']);
|
||||
chrome.webNavigation.onCommitted.addListener(onCommitted);
|
||||
ua.tooltip('[Default] ' + navigator.userAgent);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
"name": "User-Agent Switcher and Manager",
|
||||
"short_name": "useragent-switcher",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
|
||||
"description": "Spoof websites trying to gather information about your web navigation to deliver distinct content you may not want",
|
||||
|
||||
|
|
Loading…
Reference in a new issue