Steam Community Linkfilter Bypass
Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Cos'è Steam Community Linkfilter Bypass?
Steam Community Linkfilter Bypass è un'estensione di Chrome sviluppata da anankemn, e la sua funzione principale è "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".
Scarica il file CRX dell'estensione Steam Community Linkfilter Bypass
Scarica i file di estensione Steam Community Linkfilter Bypass 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ffcoebaegmpgdadgmkkhdppehbekcjao |
URL Ufficiale | https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao |
Descrizione | Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk. |
Dimensione del File | 109 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2014-08-02 |
Data di Pubblicazione | 2014-08-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | anankemn |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |