Steam Community Linkfilter Bypass

Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.

Co je Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass je rozšíření Chrome vyvinuté anankemn, a jeho hlavní funkcí je „Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.“.

Stáhnout soubor CRX rozšíření Steam Community Linkfilter Bypass

Stáhněte si soubory rozšíření Steam Community Linkfilter Bypass 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í

                        Automatically skips the new(ish) linkfilter page produced by links clicked in Steam Chat. Please use caution when clicking on links in Steam with this extension enabled.                    

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

Název Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Oficiální URL https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Popis Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Velikost souboru 109 KB
Počet instalací 11
Aktuální Verze 0.0.3
Poslední Aktualizace 2014-08-02
Datum Vydání 2014-08-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář anankemn
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Community Linkfilter Bypass",
    "short_name": "FilterBypass",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.",
    "icons": {
        "16": "icons\/steam.png",
        "48": "icons\/steam.png",
        "128": "icons\/steam.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}