Http User-Agent Switcher
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
What is Http User-Agent Switcher?
Http User-Agent Switcher is a Chrome extension developed by OpenAdminTools.com, and its main feature is "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.".
Extension Screenshots
Download Http User-Agent Switcher Extension CRX File
Download Http User-Agent Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. You can also add your own custom User-Agents if you don't find what you are looking for.
Extension Basic Information
Name | Http User-Agent Switcher |
ID | dalfpgoflklogpfibbjelegbgfamlhof |
Official URL | https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof |
Description | Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome. |
File Size | 172 KB |
Installation Count | 3,592 |
Current Version | 2.0.1 |
Last Updated | 2022-06-21 |
Publish Date | 2019-08-05 |
Rating | 4.35/5 Total 49 Ratings |
Developer | OpenAdminTools.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.openadmintools.com |
Help Page URL | https://app.openadmintools.com |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Http User-Agent Switcher", "short_name": "Http User-Agent Switcher", "version": "2.0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webRequest", "webRequestBlocking" ], "default_locale": "en", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Http User-Agent Switcher", "default_popup": "popup.html" }, "description": "__MSG_UAExtDesc__", "background": { "scripts": [ "js\/settings.js", "js\/public.js", "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/content.js" ], "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" } } |