TON Proxy

An extension that allows you to activate a Proxy for clicking on links of the *.ton type.

Qu'est-ce que TON Proxy ?

TON Proxy est une extension Chrome développée par Andrey Melnikov, et sa fonction principale est "An extension that allows you to activate a Proxy for clicking on links of the *.ton type.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TON Proxy

Téléchargez les fichiers d'extension TON Proxy 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

                        With this extension, you can activate a proxy server to follow links like *.ton

This type of links is part of TON DNS and opens up a new world of Web 3.0

There is no need to download third-party wallets and log in to them in order to use TON Proxy. 

Now just click on the "Connect" button and you will immediately activate the proxy server to access the sites of the network *.ton

Update 1.0.1 [17.11.2022]

– Fixed Proxy address in2.ton.org
– Fixed minor bugs

Update 1.0.2 [18.12.2022]

– Fixed bugs                    

Informations de Base sur l'Extension

Nom TON Proxy TON Proxy
ID pmgpnamlibffaaigdcohddlnokolfgnc
URL Officiel https://chromewebstore.google.com/detail/ton-proxy/pmgpnamlibffaaigdcohddlnokolfgnc
Description An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
Taille du Fichier 62.17 KB
Nombre d'Installations 332
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-12-20
Date de Publication 2022-11-14
Évaluation 2.86/5 Total 7 Évaluations
Développeur Andrey Melnikov
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://melnikovcode.ru/policy.pdf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TON Proxy",
    "description": "An extension that allows you to activate a Proxy for clicking on links of the *.ton type.",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "proxy"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "32": "\/icons\/icon-32.png",
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    }
}