User-Agent Switcher

Spoofs & Mimics User-Agent strings.

User-Agent Switcher क्या है?

User-Agent Switcher Nicholas Jensen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spoofs & Mimics User-Agent strings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में User-Agent Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ever needed to quickly switch between user-agent strings on the fly?  Developing a site that needs to work on both mobile browsers and desktop browsers?

With this extension, you can quickly and easily switch between user-agent strings.  Also, you can set up specific URLs that you want to spoof every time.

★ Quickly switch between user-agent strings

★ Choose between Windows, Mac, Linux, and Android

★ Save your choice for easy activation

Please note that this does not provide improved privacy while browsing the Internet and that some sites might have other means to figure out that the browser is not what it pretends to be. Running this extension can have performance impact on your browsing experience due to its need to intercept and modify the data communicated to the server.                    

एक्सटेंशन की मूल जानकारी

नाम User-Agent Switcher User-Agent Switcher
ID jkgpdiebfiamkdfoeidlbgniblddbfjp
आधिकारिक URL https://chromewebstore.google.com/detail/user-agent-switcher/jkgpdiebfiamkdfoeidlbgniblddbfjp
विवरण Spoofs & Mimics User-Agent strings.
फ़ाइल का आकार 529 KB
स्थापना संख्या 210
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2021-02-11
प्रकाशन तिथि 2021-02-06
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Nicholas Jensen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "author": "__MSG_extension_author__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "javascript\/page-background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "__MSG_extension_name__",
        "default_popup": "html\/browser-action-index.html"
    },
    "options_page": "html\/options-page-index.html",
    "web_accessible_resources": [
        "icons\/icon-16.png",
        "icons\/icon-32.png",
        "icons\/icon-48.png",
        "icons\/icon-64.png",
        "icons\/icon-128.png",
        "icons\/icon-240.png",
        "icons\/alt\/icon-16.png",
        "icons\/alt\/icon-32.png",
        "icons\/alt\/icon-48.png",
        "icons\/alt\/icon-64.png",
        "icons\/alt\/icon-128.png",
        "icons\/alt\/icon-240.png"
    ]
}