Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

Co to jest Auto Steam Guard Skipper?

Auto Steam Guard Skipper to rozszerzenie Chrome opracowane przez Noah Huppert, a jego główną funkcją jest „This extension automaticly skips the Steam Link Guard Page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto Steam Guard Skipper

Pobierz pliki rozszerzeń Auto Steam Guard Skipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension automaticly skips the Steam Link Guard Page                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Steam Guard Skipper Auto Steam Guard Skipper
ID hkinnmlggffliepihbkbgaolbncljapo
Oficjalny URL https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo
Opis This extension automaticly skips the Steam Link Guard Page
Rozmiar pliku 40.06 KB
Liczba instalacji 128
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2014-08-06
Data Publikacji 2014-08-06
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper Noah Huppert
Typ Płatności free
Obsługiwane Języki 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"
    }
}