Auto Steam Guard Skipper

This extension automaticly skips the Steam Link Guard Page

Apa itu Auto Steam Guard Skipper?

Auto Steam Guard Skipper adalah ekstensi Chrome yang dikembangkan oleh Noah Huppert, dan fitur utamanya adalah "This extension automaticly skips the Steam Link Guard Page".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Steam Guard Skipper

Unduh file ekstensi Auto Steam Guard Skipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension automaticly skips the Steam Link Guard Page                    

Informasi Dasar Ekstensi

Nama Auto Steam Guard Skipper Auto Steam Guard Skipper
ID hkinnmlggffliepihbkbgaolbncljapo
URL Resmi https://chrome.google.com/webstore/detail/auto-steam-guard-skipper/hkinnmlggffliepihbkbgaolbncljapo
Deskripsi This extension automaticly skips the Steam Link Guard Page
Ukuran File 40.06 KB
Jumlah Instalasi 128
Versi Saat Ini 2.0
Terakhir Diperbarui 2014-08-06
Tanggal Publikasi 2014-08-06
Penilaian 3.17/5 Total 6 Penilaian
Pengembang Noah Huppert
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}