TON Proxy

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

TON Proxy क्या है?

TON Proxy Andrey Melnikov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows you to activate a Proxy for clicking on links of the *.ton type."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TON Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम TON Proxy TON Proxy
ID pmgpnamlibffaaigdcohddlnokolfgnc
आधिकारिक URL https://chromewebstore.google.com/detail/ton-proxy/pmgpnamlibffaaigdcohddlnokolfgnc
विवरण An extension that allows you to activate a Proxy for clicking on links of the *.ton type.
फ़ाइल का आकार 62.17 KB
स्थापना संख्या 332
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-12-20
प्रकाशन तिथि 2022-11-14
रेटिंग 2.86/5 कुल 7 रेटिंग्स
डेवलपर Andrey Melnikov
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://melnikovcode.ru/policy.pdf
समर्थित भाषाएँ 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"
    }
}