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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

dotOnion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}