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
}