version 0.4.0.2
This commit is contained in:
parent
d140479ecc
commit
b9721d4580
2 changed files with 11 additions and 4 deletions
13
README.md
13
README.md
|
@ -1,7 +1,14 @@
|
||||||
# UserAgent-Switcher
|
# UserAgent-Switcher
|
||||||
A User-Agent spoofer browser extension that is highly configurable!
|
A User-Agent spoofer browser extension that is highly configurable!
|
||||||
|
|
||||||
This extension spoofs both the user-agent header and navigator object. You can spoof per hostname, per window, or randomly.
|
------------
|
||||||
|
This extension spoofs both the user-agent's request header and the navigator related properties (e.g.: `navigator.userAgent`, and `navigator.appVersion`). You can spoof per hostname, per window, per container (Firefox only), or randomly from an array.
|
||||||
|
|
||||||
See the usage instruction:
|
Download Links:
|
||||||
https://add0n.com/useragent-switcher.html
|
* Chrome: https://chrome.google.com/webstore/detail/user-agent-switcher-and-m/bhchdcejhohfmigjafbampogmaanbfkg
|
||||||
|
* Firefox: https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/
|
||||||
|
* Edge: https://microsoftedge.microsoft.com/addons/detail/useragent-switcher-and-m/cnjkedgepfdpdbnepgmajmmjdjkjnifa
|
||||||
|
* Opera: https://addons.opera.com/en/extensions/details/user-agent-switcher-8/
|
||||||
|
|
||||||
|
Usage Instruction:
|
||||||
|
* https://add0n.com/useragent-switcher.html
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "User-Agent Switcher and Manager",
|
"name": "User-Agent Switcher and Manager",
|
||||||
"short_name": "useragent-switcher",
|
"short_name": "useragent-switcher",
|
||||||
"version": "0.4.0.1",
|
"version": "0.4.0.2",
|
||||||
|
|
||||||
"description": "Spoof websites trying to gather information about your web navigation to deliver distinct content you may not want",
|
"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