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 |
公式URL | 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 } |