OnionLink .onion plugin

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

Что такое OnionLink .onion plugin?

OnionLink .onion plugin - это расширение Chrome, разработанное https://onion.link, и его основная функция - "Enables surfing Tor's .onion sites with unparalleled ease.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения OnionLink .onion plugin

Скачайте файлы расширений 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
Официальный 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\/"
}