From b9721d458009b9d22c93d5c51ed8154837f03f02 Mon Sep 17 00:00:00 2001 From: Ray Lothian Date: Sat, 8 Aug 2020 07:54:04 +0200 Subject: [PATCH] version 0.4.0.2 --- README.md | 13 ++++++++++--- extension/manifest.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 424cb75..fbc7860 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # UserAgent-Switcher 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: - https://add0n.com/useragent-switcher.html +Download Links: + * 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 diff --git a/extension/manifest.json b/extension/manifest.json index 1522d4a..24e5ac3 100755 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "User-Agent Switcher and Manager", "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",