TOR Browser Extension

Tor for browsers, one click start.

Was ist TOR Browser Extension?

TOR Browser Extension ist eine Chrome-Erweiterung, die von mattrhorn-official entwickelt wurde, und ihr Hauptmerkmal ist "Tor for browsers, one click start.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TOR Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie TOR Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TOR Browser Extension TOR Browser Extension
ID lefoggeccdgcmbcooppiamikhklnnddj
Offizielle URL https://chromewebstore.google.com/detail/tor-browser-extension/lefoggeccdgcmbcooppiamikhklnnddj
Beschreibung Tor for browsers, one click start.
Dateigröße 6.57 MB
Installationsanzahl 1,436
Aktuelle Version 2.1
Letztes Update 2023-09-19
Veröffentlichungsdatum 2023-09-18
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler mattrhorn-official
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.mattrhorn.com/tor-website
Hilfeseite URL https://www.mattrhorn.com/tor-website
URL der Datenschutzrichtlinien-Seite https://mattrhorn.com/mattrhorn-website/privacypolicy.html
Unterstützte Sprachen 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
}