dotOnion
Forwards requests to .onion and .exit tlds to a tor proxy
Cos'è dotOnion?
dotOnion è un'estensione di Chrome sviluppata da https://softhyena.com, e la sua funzione principale è "Forwards requests to .onion and .exit tlds to a tor proxy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione dotOnion
Scarica i file di estensione dotOnion 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
THIS DOES NOT INCLUDE TOR. You need Tor running on your computer or on a external machine for this to work. This just proxies .onion domains to a tor router. You can get tor here: https://www.torproject.org/download/download.html.en Please note this does do anything to mask your identity, it simply runs as a socks5 proxy filter for .onion domains. Get the source code here: https://github.com/FelixWolf/dotOnion Disclaimer: Neither I, Softhyena, OR this extension are sponsored or endorsed by The Tor Project, I am providing this extension only as a convenience. I am not responsible for misuse or your use of this extension. This extension DOES NOT protect your privacy, and only forwards .onion connections through a tor router. If you need 100% privacy, check the Tor Browser.
Informazioni di Base sull'Estensione
Nome | dotOnion |
ID | jnfpapbfcfilmfhmlggbcmablgdplccj |
URL Ufficiale | https://chromewebstore.google.com/detail/dotonion/jnfpapbfcfilmfhmlggbcmablgdplccj |
Descrizione | Forwards requests to .onion and .exit tlds to a tor proxy |
Dimensione del File | 47.95 KB |
Conteggio Installazioni | 397 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2017-04-29 |
Data di Pubblicazione | 2017-04-29 |
Valutazione | 3.25/5 Totale 8 Valutazioni |
Sviluppatore | https://softhyena.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/FelixWolf/dotOnion |
URL della Pagina di Aiuto | https://github.com/FelixWolf/dotOnion/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.5", "description": "__MSG_extDescription__", "default_locale": "en", "browser_action": { "default_icon": "res\/img\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "res\/img\/icon16.png", "32": "res\/img\/icon32.png", "48": "res\/img\/icon48.png", "128": "res\/img\/icon128.png" }, "web_accessible_resources": [ "res\/img\/*", "res\/style\/*" ], "background": { "scripts": [ "\/res\/js\/background.js" ] }, "permissions": [ "proxy" ], "manifest_version": 2 } |