User-Agent Switcher
Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.
What is User-Agent Switcher?
User-Agent Switcher is a Chrome extension developed by https://browsernative.com, and its main feature is "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.".
Extension Screenshots
Download User-Agent Switcher Extension CRX File
Download 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
Choose from the preset User-Agent strings, or add your own custom User-Agent string. Available Preset UAs: Firefox on Windows, Chrome on Android & iPad, Safari (on iPhone, iPadOS/macOS), Google Bot, Chromium on Raspberry Pi and many more. Extension by BrowserNative. Have any feedback? Email at [email protected].
Extension Basic Information
Name | User-Agent Switcher |
ID | iojaoainolpgkpojokmeclhidjolocci |
Official URL | https://chromewebstore.google.com/detail/user-agent-switcher/iojaoainolpgkpojokmeclhidjolocci |
Description | Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string. |
File Size | 40.59 KB |
Installation Count | 14,052 |
Current Version | 1.0.18 |
Last Updated | 2023-10-19 |
Publish Date | 2020-06-03 |
Rating | 3.79/5 Total 19 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/user-agent-chrome-extension/ |
Help Page URL | https://browsernative.com/user-agent-chrome-extension/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "User-Agent Switcher", "manifest_version": 2, "description": "Change User-Agent Setting. Spoof it to the UA of Firefox, Android, Chromebook, Safari, Googlebot or a custom string.", "homepage_url": "https:\/\/browsernative.com\/user-agent-chrome-extension\/", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Change User-Agent Setting" }, "background": { "scripts": [ "js\/background.js" ] }, "icons": { "128": "icon.png" }, "version": "1.0.18", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ] } |