TON.SKI
Get access to the private TON network
什么是TON.SKI?
TON.SKI是由Anton Lukin开发的Chrome扩展程序,该扩展的主要功能是“Get access to the private TON network”。
扩展截图
下载TON.SKI扩展crx文件
下载TON.SKI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | aemgbcgjfjeonbcipemkkocogjmkafeg | 
| 官方URL | https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg | 
| 简介 | Get access to the private TON network | 
| 文件大小 | 40.89 KB | 
| 安装次数 | 30 | 
| 当前版本 | 1.0.0 | 
| 更新时间 | 2023-06-10 | 
| 上架时间 | 2022-11-16 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Anton Lukin | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://ton.ski/about/ | 
| 帮助页面URL | https://t.me/searchington | 
| 支持的语言 | 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"
    ]
}  |  |