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", "manifest_version": 3, "name": "User Agent Switcher", "version": "0.0.3", "description": "Change the default User-Agent String and other User-Agent properties.", "icons": { "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "background": { "service_worker": "sw.js" }, "permissions": [ "scripting", "storage", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup\/popup.html" }, "declarative_net_request": { "rule_resources": [ { "id": "ch", "enabled": false, "path": "scripts\/ch_rules.json" } ] }, "minimum_chrome_version": "100", "homepage_url": "https:\/\/browsernative.com\/user-agent-switcher-extension\/" }