WebExtension.net
WebExtension.net

User Agent Switcher

View on Chrome Web Store
View User Agent Switcher Chrome Extension on Chrome Web Store
5.0 (2 ratings)

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
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
View on Chrome Web Store
View User Agent Switcher Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

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\/"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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