TON Proxy

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

Τι είναι το TON Proxy;

Το TON Proxy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrey Melnikov, και η κύρια λειτουργία του είναι "An extension that allows you to activate a Proxy for clicking on links of the *.ton type.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TON Proxy

Λήψη αρχείων επέκτασης TON Proxy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}