User agent spoofer

Let the users modify their user agent string

Cos'è User agent spoofer?

User agent spoofer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Let the users modify their user agent string".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione User agent spoofer

Scarica i file di estensione User agent spoofer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome User agent spoofer User agent spoofer
ID njlfimnlllgmlmpdjjlgldohkhikmncl
URL Ufficiale https://chromewebstore.google.com/detail/user-agent-spoofer/njlfimnlllgmlmpdjjlgldohkhikmncl
Descrizione Let the users modify their user agent string
Dimensione del File 11.62 KB
Conteggio Installazioni 1,152
Versione Corrente 1.44
Ultimo Aggiornamento 2020-04-01
Data di Pubblicazione 2020-04-01
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}