TON.SKI

Get access to the private TON network

Cos'è TON.SKI?

TON.SKI è un'estensione di Chrome sviluppata da Anton Lukin, e la sua funzione principale è "Get access to the private TON network".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TON.SKI

Scarica i file di estensione TON.SKI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Use this browser extension to access the private TON network with a public or encrypted proxy of your choice. You can also set your own proxy address for maximum security.                    

Informazioni di Base sull'Estensione

Nome TON.SKI TON.SKI
ID aemgbcgjfjeonbcipemkkocogjmkafeg
URL Ufficiale https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg
Descrizione Get access to the private TON network
Dimensione del File 40.89 KB
Conteggio Installazioni 30
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-10
Data di Pubblicazione 2022-11-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Anton Lukin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ton.ski/about/
URL della Pagina di Aiuto https://t.me/searchington
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "TON.SKI",
    "description": "Get access to the private TON network",
    "background": {
        "service_worker": "\/service-worker.js"
    },
    "icons": {
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "192": "icons\/icon-192.png",
        "256": "icons\/icon-256.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Open extension settings",
        "default_popup": "popup\/action.html"
    },
    "permissions": [
        "proxy",
        "storage"
    ]
}