Http User-Agent Switcher

Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.

Http User-Agent Switcher क्या है?

Http User-Agent Switcher OpenAdminTools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome."।

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

screenshot
screenshot

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

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

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

                        Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.

You can also add your own custom User-Agents if you don't find what you are looking for.                    

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

नाम Http User-Agent Switcher Http User-Agent Switcher
ID dalfpgoflklogpfibbjelegbgfamlhof
आधिकारिक URL https://chromewebstore.google.com/detail/http-user-agent-switcher/dalfpgoflklogpfibbjelegbgfamlhof
विवरण Http User-Agent Switcher extension adds a menu on web page and a toolbar button to switch between user-agents on Chrome.
फ़ाइल का आकार 172 KB
स्थापना संख्या 3,592
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2022-06-21
प्रकाशन तिथि 2019-08-05
रेटिंग 4.35/5 कुल 49 रेटिंग्स
डेवलपर OpenAdminTools.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.openadmintools.com
सहायता पृष्ठ URL https://app.openadmintools.com
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Http User-Agent Switcher",
    "short_name": "Http User-Agent Switcher",
    "version": "2.0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "image\/logo-19.png",
            "38": "image\/logo-38.png"
        },
        "default_title": "Http User-Agent Switcher",
        "default_popup": "popup.html"
    },
    "description": "__MSG_UAExtDesc__",
    "background": {
        "scripts": [
            "js\/settings.js",
            "js\/public.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/content.js"
    ],
    "icons": {
        "32": "image\/logo-32.png",
        "48": "image\/logo-48.png",
        "64": "image\/logo-64.png",
        "128": "image\/logo-128.png"
    }
}