Redirect 4 Chan
Redirects you to 8chan
Cos'è Redirect 4 Chan?
Redirect 4 Chan è un'estensione di Chrome sviluppata da Blue Elub, e la sua funzione principale è "Redirects you to 8chan".
Scarica il file CRX dell'estensione Redirect 4 Chan
Scarica i file di estensione Redirect 4 Chan 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
Redirects 4chan.org to 8chan.co
Informazioni di Base sull'Estensione
Nome | |
ID | ajnokeedalenkgclhaegbnljlepkgagf |
URL Ufficiale | https://chrome.google.com/webstore/detail/redirect-4-chan/ajnokeedalenkgclhaegbnljlepkgagf |
Descrizione | Redirects you to 8chan |
Dimensione del File | 17.66 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-09-21 |
Data di Pubblicazione | 2014-09-20 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Blue Elub |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redirect 4 Chan", "version": "1.0", "description": "Redirects you to 8chan", "background": { "scripts": [ "redirect.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "permissions": [ "webRequest", "*:\/\/4chan.org\/*", "*:\/\/www.4chan.org\/*", "webRequestBlocking" ] } |