dotOnion
Forwards requests to .onion and .exit tlds to a tor proxy
dotOnion क्या है?
dotOnion https://softhyena.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forwards requests to .onion and .exit tlds to a tor proxy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में dotOnion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |