BrowserSpoof - User Agent Switcher

BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.

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

BrowserSpoof - User Agent Switcher Vishnu Sudheendran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BrowserSpoof allows users to change their browser's user agent to disguise their browser identity."।

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

screenshot

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

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

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

                        BrowserSpoof enables users to modify their browser’s user agent to conceal their browser identity in one click. A user agent is a string that identifies your browser and operating system to the websites you visit. By changing your user agent, you can:

*Access websites that are restricted or optimized for specific browsers or devices
*Test how your website looks and behaves on different browsers or devices
*Protect your privacy and prevent websites from tracking your browser fingerprint
*It lets you choose from a list of popular user agents, such as Chrome, Firefox, Edge, Safari, Internet Explorer, etc.
*You can also customize your own user agent and save it for later use. 

BrowserSpoof is easy to use, fast, and lightweight. It is the ultimate tool for web developers, testers, and users who want to browse the web with more flexibility and control. Download BrowserSpoof today!                    

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

नाम BrowserSpoof - User Agent Switcher BrowserSpoof - User Agent Switcher
ID kcidgnegalffondalcoffcfgldhfpejb
आधिकारिक URL https://chromewebstore.google.com/detail/browserspoof-user-agent-s/kcidgnegalffondalcoffcfgldhfpejb
विवरण BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.
फ़ाइल का आकार 22.91 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-02-16
प्रकाशन तिथि 2023-02-11
डेवलपर Vishnu Sudheendran
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserSpoof - User Agent Switcher",
    "version": "1.2",
    "description": "BrowserSpoof allows users to change their browser's user agent to disguise their browser identity.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}