Steam filter remover
Skip the filter page when clicking on a link in steam chat
Cos'è Steam filter remover?
Steam filter remover è un'estensione di Chrome sviluppata da Lanstrom, e la sua funzione principale è "Skip the filter page when clicking on a link in steam chat".
Scarica il file CRX dell'estensione Steam filter remover
Scarica i file di estensione Steam filter remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ehebfpghaacamacpopfeikmdgmgkncee |
URL Ufficiale | https://chrome.google.com/webstore/detail/steam-filter-remover/ehebfpghaacamacpopfeikmdgmgkncee |
Descrizione | Skip the filter page when clicking on a link in steam chat |
Dimensione del File | 3.13 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-08-08 |
Data di Pubblicazione | 2014-08-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Lanstrom |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |