Proxitaurus

A chrome extension that connects to the tor network.

Proxitaurusคืออะไร?

Proxitaurus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kjakubowski191 และคุณลักษณะหลักของมันคือ "A chrome extension that connects to the tor network."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proxitaurus

ดาวน์โหลดไฟล์ส่วนขยาย Proxitaurus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing  a Chrome extension that enables you to connect with the Tor network using SOCKS5 proxy! With my extension, you can easily change your IP address and geolocation data, increasing your anonymity and privacy while browsing the internet.

To use the extension, simply download and run the Tor process by either downloading the tor.exe file from https://www.mediafire.com/file/cyu8s8m1ae20f89/tor.exe/file or from the official Tor Project website. Once the Tor process is up and running, activate my extension and click the "Connect" button to start browsing with Chrome using the Tor network.

My extension offers an easy and secure way to access the Tor network, making it the perfect tool for anyone who values online privacy and security. While I cannot guarantee complete anonymity, using the Tor network definitely increases your privacy and anonymity compared to using the internet without it. Try it out today and experience the freedom of browsing the web without any restrictions or prying eyes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Proxitaurus Proxitaurus
ID ilhgjgannodkcifaldoiclfjdlikhkef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proxitaurus/ilhgjgannodkcifaldoiclfjdlikhkef
คำอธิบาย A chrome extension that connects to the tor network.
ขนาดไฟล์ 122 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-09
วันที่เผยแพร่ 2023-03-08
ผู้พัฒนา kjakubowski191
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Proxitaurus",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Proxitaurus",
        "default_icon": {
            "16": "gray_favicon16.png",
            "32": "gray_favicon32.png"
        },
        "icons": {
            "16": "favicon16.png",
            "32": "favicon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "A chrome extension that connects to the tor network.",
    "permissions": [
        "proxy",
        "storage"
    ]
}