TON Proxy

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

Co je TON Proxy?

TON Proxy je rozšíření Chrome vyvinuté Andrey Melnikov, a jeho hlavní funkcí je „An extension that allows you to activate a Proxy for clicking on links of the *.ton type.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TON Proxy

Stáhněte si soubory rozšíření TON Proxy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TON Proxy TON Proxy
ID pmgpnamlibffaaigdcohddlnokolfgnc
Oficiální URL https://chromewebstore.google.com/detail/ton-proxy/pmgpnamlibffaaigdcohddlnokolfgnc
Popis An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
Velikost souboru 62.17 KB
Počet instalací 332
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-12-20
Datum Vydání 2022-11-14
Hodnocení 2.86/5 Celkem 7 Hodnocení
Vývojář Andrey Melnikov
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://melnikovcode.ru/policy.pdf
Podporované Jazyky 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"
    }
}