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ファイルをダウンロード
OnionLink .onion plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.) 拡張機能の基本情報
| 名前 | |
| 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\/"
} | |