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.”。

擴展截圖

screenshot

下載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.)                    

擴展基本資訊

名稱 OnionLink .onion plugin OnionLink .onion plugin
ID pgdmopepkimcegejhkbhancahpppfbbj
官方網址 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\/"
}