Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "User-Agent Switcher (Deprecated)",
"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.19",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*"
]
}