dotOnion
Forwards requests to .onion and .exit tlds to a tor proxy
什麼是dotOnion?
dotOnion是由https://softhyena.com開發的Chrome擴展程式,該擴展的主要功能是“Forwards requests to .onion and .exit tlds to a tor proxy”。
擴展截圖
下載dotOnion擴展crx文件
下載dotOnion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | dotOnion |
ID | jnfpapbfcfilmfhmlggbcmablgdplccj |
官方網址 | https://chromewebstore.google.com/detail/dotonion/jnfpapbfcfilmfhmlggbcmablgdplccj |
簡介 | Forwards requests to .onion and .exit tlds to a tor proxy |
檔案大小 | 47.95 KB |
安裝次數 | 397 |
目前版本 | 0.5 |
更新時間 | 2017-04-29 |
上架時間 | 2017-04-29 |
評分 | 3.25/5 共 8 次評分 |
開發者 | https://softhyena.com |
付費類型 | free |
擴展官網 | https://github.com/FelixWolf/dotOnion |
說明頁面URL | https://github.com/FelixWolf/dotOnion/issues |
支援的語言 | 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 } |