TOR Browser Extension

Tor for browsers, one click start.

Что такое TOR Browser Extension?

TOR Browser Extension - это расширение Chrome, разработанное mattrhorn-official, и его основная функция - "Tor for browsers, one click start.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения TOR Browser Extension

Скачайте файлы расширений TOR Browser Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Quickly use the internet, while connected to the TOR secure network!

With the TOR Browser Extension, anyone can use the TOR network on any browser compatible, without any need for additional installations or hassle. 

Connect to country exit nodes with TOR VPN such as Germany and the United States.

Stop yourself from getting tracked, hacked and having your data stolen, while routing your Traffic Through TOR.

Important note: this addon does NOT belong or relate to Tor® project and has NO affiliations with Tor® anonymity software or website at all. It is basically an unofficial extension that is developed and maintained independently by its author. We cannot guarantee your privacy or safety, if you need a perfect application please use the TOR Browser for android.                    

Основная информация о расширении

Название TOR Browser Extension TOR Browser Extension
ID lefoggeccdgcmbcooppiamikhklnnddj
Официальный URL https://chromewebstore.google.com/detail/tor-browser-extension/lefoggeccdgcmbcooppiamikhklnnddj
Описание Tor for browsers, one click start.
Размер файла 6.57 MB
Количество установок 1,436
Текущая Версия 2.1
Последнее Обновление 2023-09-19
Дата публикации 2023-09-18
Рейтинг 3.00/5 Всего 2 оценок
Разработчик mattrhorn-official
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.mattrhorn.com/tor-website
URL страницы помощи https://www.mattrhorn.com/tor-website
URL страницы политики конфиденциальности https://mattrhorn.com/mattrhorn-website/privacypolicy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TOR Browser Extension",
    "version": "2.1",
    "description": "Tor for browsers, one click start.",
    "permissions": [
        "storage",
        "proxy"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": ".\/icons\/16n.png",
        "128": ".\/icons\/128n.png"
    },
    "background": {
        "service_worker": ".\/src\/scripts.js"
    },
    "action": {
        "default_title": "TOR Extension",
        "default_icon": ".\/icons\/64n.png",
        "default_popup": ".\/src\/pay.html"
    },
    "manifest_version": 3
}