WebExtension.net
Toggle dark mode
WebExtension.net

User Agent Switcher

View on Chrome Web Store
View User Agent Switcher Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Change the default User-Agent String and other User-Agent properties.
Type
Extension
Users
1,000 users
34
BrowserNative
View author page of BrowserNative
Published
Published on June 6, 2024
Version 0.0.3
Manifest version
3
Updated
Updated on June 20, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View User Agent Switcher Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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\/"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top