Steam link filter bypasser
Bypass annoying Steam link filter
Cos'è Steam link filter bypasser?
Steam link filter bypasser è un'estensione di Chrome sviluppata da ncla, e la sua funzione principale è "Bypass annoying Steam link filter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam link filter bypasser
Scarica i file di estensione Steam link filter bypasser 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
Much better Steam link filter bypasser as it goes directly to the intended URL without visiting link filter page first.
Informazioni di Base sull'Estensione
Nome | Steam link filter bypasser |
ID | pcjfcaclghmfaidbdhbmafobnjkngfkh |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-link-filter-bypasse/pcjfcaclghmfaidbdhbmafobnjkngfkh |
Descrizione | Bypass annoying Steam link filter |
Dimensione del File | 3.79 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-09-07 |
Data di Pubblicazione | 2014-09-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ncla |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam link filter bypasser", "version": "0.0.1", "manifest_version": 2, "description": "Bypass annoying Steam link filter", "homepage_url": "http:\/\/github.com\/iamncla", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/steamcommunity.com\/linkfilter\/?url=*" ] } |