Proxitaurus

A chrome extension that connects to the tor network.

Proxitaurus란 무엇입니까?

Proxitaurus은(는) kjakubowski191에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that connects to the tor network."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Proxitaurus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}