TOR Browser Extension

Tor for browsers, one click start.

Qu'est-ce que TOR Browser Extension ?

TOR Browser Extension est une extension Chrome développée par mattrhorn-official, et sa fonction principale est "Tor for browsers, one click start.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TOR Browser Extension

Téléchargez les fichiers d'extension TOR Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TOR Browser Extension TOR Browser Extension
ID lefoggeccdgcmbcooppiamikhklnnddj
URL Officiel https://chromewebstore.google.com/detail/tor-browser-extension/lefoggeccdgcmbcooppiamikhklnnddj
Description Tor for browsers, one click start.
Taille du Fichier 6.57 MB
Nombre d'Installations 1,436
Version Actuelle 2.1
Dernière Mise à Jour 2023-09-19
Date de Publication 2023-09-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur mattrhorn-official
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.mattrhorn.com/tor-website
URL de la Page d'Aide https://www.mattrhorn.com/tor-website
URL de la Page de Politique de Confidentialité https://mattrhorn.com/mattrhorn-website/privacypolicy.html
Langues Prises en Charge 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
}