User-Agent Switcher

User-Agent Switcher is a quick and easy way to switch between user-agents.

User-Agent Switcher क्या है?

User-Agent Switcher NefkingSoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "User-Agent Switcher is a quick and easy way to switch between user-agents."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just right click on any page and select your user-agent.

This Chrome extension adds a toolbar button and a menu to switch between user-agents.

Browse with our predefined user-agents or add your own user-agents.

Changing User-Agent allows you to mimic, spoof or fake other browsers, devices or search engine spiders.

The extension does not render web pages in the same way as the selected one. User-Agent Switcher is primarily for developers who want to test how a page responds to different browsers. User-Agent switcher may also be used to reach certain pages that allows a particular browser.

You can change User-Agent back to default when you are done.

This extension also changes the javascript based "navigator userAgent"

Add your own User-Agents if you don´t find anything that suits your needs.                    

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

नाम User-Agent Switcher User-Agent Switcher
ID aedikcfpfonanffanecfolneiaoakmlc
आधिकारिक URL https://chrome.google.com/webstore/detail/user-agent-switcher/aedikcfpfonanffanecfolneiaoakmlc
विवरण User-Agent Switcher is a quick and easy way to switch between user-agents.
फ़ाइल का आकार 129 KB
स्थापना संख्या 35,346
वर्तमान संस्करण 2.5.0
अंतिम अपडेट 2021-01-06
प्रकाशन तिथि 2020-06-28
रेटिंग 4.23/5 कुल 13 रेटिंग्स
डेवलपर NefkingSoft
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "name": "User-Agent Switcher",
    "short_name": "User-Agent Switcher",
    "description": "User-Agent Switcher is a quick and easy way to switch between user-agents.",
    "version": "2.5.0",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "User-Agent Switcher"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}