Steam filter remover

Skip the filter page when clicking on a link in steam chat

Co to jest Steam filter remover?

Steam filter remover to rozszerzenie Chrome opracowane przez Lanstrom, a jego główną funkcją jest „Skip the filter page when clicking on a link in steam chat”.

Pobierz plik CRX rozszerzenia Steam filter remover

Pobierz pliki rozszerzeń Steam filter remover 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

                        When clicking steam chat links you very often get a steam community link asking if you want to continue to this site. This plugin just skips that message. Be careful using this plugin, steam have put this in for a reason.                    

Podstawowe informacje o rozszerzeniu

Nazwa Steam filter remover Steam filter remover
ID ehebfpghaacamacpopfeikmdgmgkncee
Oficjalny URL https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee
Opis Skip the filter page when clicking on a link in steam chat
Rozmiar pliku 3.13 KB
Liczba instalacji 18
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-08-08
Data Publikacji 2014-08-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Lanstrom
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": "Steam filter remover",
    "description": "Skip the filter page when clicking on a link in steam chat",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/steamcommunity.com\/linkfilter\/*",
                "https:\/\/steamcommunity.com\/linkfilter\/*"
            ],
            "js": [
                "steamfuckoff.js"
            ]
        }
    ]
}