No Steam Filter
Give me an option to fully disable this crap, gaben
Co to jest No Steam Filter?
No Steam Filter to rozszerzenie Chrome opracowane przez justpsot, a jego główną funkcją jest „Give me an option to fully disable this crap, gaben”.
Pobierz plik CRX rozszerzenia No Steam Filter
Pobierz pliki rozszerzeń No Steam Filter 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 link filter page on Steam that Valve has shoved down our throats. New script courtesy of Mr McPowned, http://mrmcpowned.com/
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | kbmpgnobhgfggalnhdbakdioocapcdbp |
Oficjalny URL | https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp |
Opis | Give me an option to fully disable this crap, gaben |
Rozmiar pliku | 57.72 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2014-07-14 |
Data Publikacji | 2014-07-14 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | justpsot |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "nofilter.user.js" ], "matches": [ "https:\/\/steamcommunity.com\/linkfilter\/*" ], "run_at": "document_start" } ], "converted_from_user_script": true, "description": "Give me an option to fully disable this crap, gaben", "name": "No Steam Filter", "version": "2.0" } |