Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

Co je Auto Steam Guard Skipper?

Auto Steam Guard Skipper je rozšíření Chrome vyvinuté Noah Huppert, a jeho hlavní funkcí je „This extension automaticly skips the Steam Link Guard Page“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Auto Steam Guard Skipper

Stáhněte si soubory rozšíření Auto Steam Guard Skipper 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í

                        This extension automaticly skips the Steam Link Guard Page                    

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

Název Auto Steam Guard Skipper Auto Steam Guard Skipper
ID hkinnmlggffliepihbkbgaolbncljapo
Oficiální URL https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo
Popis This extension automaticly skips the Steam Link Guard Page
Velikost souboru 40.06 KB
Počet instalací 128
Aktuální Verze 2.0
Poslední Aktualizace 2014-08-06
Datum Vydání 2014-08-06
Hodnocení 3.17/5 Celkem 6 Hodnocení
Vývojář Noah Huppert
Typ Platby free
Podporované Jazyky 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"
    }
}