Steam Community Linkfilter Bypass

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

Co to jest Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass to rozszerzenie Chrome opracowane przez anankemn, a jego główną funkcją jest „Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.”.

Pobierz plik CRX rozszerzenia Steam Community Linkfilter Bypass

Pobierz pliki rozszerzeń Steam Community Linkfilter Bypass 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Oficjalny URL https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Opis Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Rozmiar pliku 109 KB
Liczba instalacji 11
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2014-08-02
Data Publikacji 2014-08-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper anankemn
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}