Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

Cos'è Auto Steam Guard Skipper?

Auto Steam Guard Skipper è un'estensione di Chrome sviluppata da Noah Huppert, e la sua funzione principale è "This extension automaticly skips the Steam Link Guard Page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auto Steam Guard Skipper

Scarica i file di estensione Auto Steam Guard Skipper 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

                        This extension automaticly skips the Steam Link Guard Page                    

Informazioni di Base sull'Estensione

Nome Auto Steam Guard Skipper Auto Steam Guard Skipper
ID hkinnmlggffliepihbkbgaolbncljapo
URL Ufficiale https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo
Descrizione This extension automaticly skips the Steam Link Guard Page
Dimensione del File 40.06 KB
Conteggio Installazioni 128
Versione Corrente 2.0
Ultimo Aggiornamento 2014-08-06
Data di Pubblicazione 2014-08-06
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore Noah Huppert
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Steam Guard Skipper",
    "description": "This extension automaticly skips the Steam Link Guard Page",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/linkfilter\/*"
            ],
            "js": [
                "external\/jquery.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/steamcommunity.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "external\/icon.jpg"
    }
}