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\/"
} | |