OnionLink .onion plugin

Enables surfing Tor's .onion sites with unparalleled ease.

OnionLink .onion plugin क्या है?

OnionLink .onion plugin https://onion.link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables surfing Tor's .onion sites with unparalleled ease."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OnionLink .onion plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
}