TOR Browser Extension

Tor for browsers, one click start.

TOR Browser Extension là gì?

TOR Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi mattrhorn-official, và tính năng chính của nó là "Tor for browsers, one click start.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TOR Browser Extension

Tải xuống các tệp mở rộng TOR Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TOR Browser Extension TOR Browser Extension
ID lefoggeccdgcmbcooppiamikhklnnddj
URL Chính Thức https://chromewebstore.google.com/detail/tor-browser-extension/lefoggeccdgcmbcooppiamikhklnnddj
Mô tả Tor for browsers, one click start.
Kích Thước Tệp 6.57 MB
Số Lần Cài Đặt 1,436
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2023-09-18
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mattrhorn-official
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.mattrhorn.com/tor-website
URL Trang Trợ Giúp https://www.mattrhorn.com/tor-website
URL Trang Chính Sách Bảo Mật https://mattrhorn.com/mattrhorn-website/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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
}