Steam filter remover
Skip the filter page when clicking on a link in steam chat
Co je Steam filter remover?
Steam filter remover je rozšíření Chrome vyvinuté Lanstrom, a jeho hlavní funkcí je „Skip the filter page when clicking on a link in steam chat“.
Stáhnout soubor CRX rozšíření Steam filter remover
Stáhněte si soubory rozšíření Steam filter remover 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í
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
Oficiální URL | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
Popis | Skip the filter page when clicking on a link in steam chat |
Velikost souboru | 3.13 KB |
Počet instalací | 18 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-08-08 |
Datum Vydání | 2014-08-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Lanstrom |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |