User agent spoofer

Let the users modify their user agent string

Co je User agent spoofer?

User agent spoofer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Let the users modify their user agent string“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření User agent spoofer

Stáhněte si soubory rozšíření User agent spoofer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        It has predefined user agents for several common platforms and also makes it possible to have a custom user agent.

Typical uses for this extension:
- For privacy
- Testing websites
- Getting a specific interface from a website that changes interface depending on user agent

Note that some websites may not function correctly when you fool them into thinking you are using another platform.                    

Základní Informace o Rozšíření

Název User agent spoofer User agent spoofer
ID njlfimnlllgmlmpdjjlgldohkhikmncl
Oficiální URL https://chromewebstore.google.com/detail/user-agent-spoofer/njlfimnlllgmlmpdjjlgldohkhikmncl
Popis Let the users modify their user agent string
Velikost souboru 11.62 KB
Počet instalací 1,152
Aktuální Verze 1.44
Poslední Aktualizace 2020-04-01
Datum Vydání 2020-04-01
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Let the users modify their user agent string",
    "manifest_version": 2,
    "name": "User agent spoofer",
    "version": "1.44",
    "icons": {
        "48": "icons\/Cabbache.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/Cabbache.png",
        "default_title": "Spoof",
        "default_popup": "popup\/ua.html"
    }
}