OnionLink .onion plugin
Enables surfing Tor's .onion sites with unparalleled ease.
OnionLink .onion plugin란 무엇입니까?
OnionLink .onion plugin은(는) https://onion.link에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables surfing Tor's .onion sites with unparalleled ease."입니다.
확장 프로그램 스크린샷
OnionLink .onion plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension makes for a more pleasant OnionLink browsing experience. By default OnionLink does about a 95% job in rewriting all .onion links embedded in HTML pages so that they instead point to OnionLink. With this plugin you can get to 100% even when there is malformed HTML on the page, etc. This extension triggers when you access a url ending in ‘.onion’ and behind-the-scenes automatically proxies to OnionLink. Why $2.56 you ask? Because power users can afford it and 256 is the most delightful power of 2. (Non-US currencies rounded to the nearest power of 2.)
확장 프로그램 기본 정보
이름 | OnionLink .onion plugin |
ID | pgdmopepkimcegejhkbhancahpppfbbj |
공식 URL | https://chromewebstore.google.com/detail/onionlink-onion-plugin/pgdmopepkimcegejhkbhancahpppfbbj |
설명 | Enables surfing Tor's .onion sites with unparalleled ease. |
파일 크기 | 114 KB |
설치 횟수 | 1,362 |
현재 버전 | 0.73 |
최근 업데이트 | 2016-10-21 |
출시 날짜 | 2016-10-20 |
평점 | 2.68/5 총 41 개의 평점 |
개발자 | https://onion.link |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.onion.link |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OnionLink .onion plugin", "version": "0.73", "background": { "scripts": [ "proxy.js" ], "persistent": true }, "icons": { "128": "icon-128.png" }, "short_name": "OnionLink plugin", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "description": "Enables surfing Tor's .onion sites with unparalleled ease.", "homepage_url": "http:\/\/www.onion.link\/" } |