TON.SKI

Get access to the private TON network

What is TON.SKI?

TON.SKI is a Chrome extension developed by Anton Lukin, and its main feature is "Get access to the private TON network".

Extension Screenshots

screenshot

Download TON.SKI Extension CRX File

Download TON.SKI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TON.SKI TON.SKI
ID aemgbcgjfjeonbcipemkkocogjmkafeg
Official URL https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg
Description Get access to the private TON network
File Size 40.89 KB
Installation Count 30
Current Version 1.0.0
Last Updated 2023-06-10
Publish Date 2022-11-16
Rating 5.00/5 Total 1 Ratings
Developer Anton Lukin
Email [email protected]
Payment Type free
Extension Website https://ton.ski/about/
Help Page URL https://t.me/searchington
Supported Languages 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"
    ]
}