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.
擴展基本資訊
名稱 | TON.SKI |
ID | aemgbcgjfjeonbcipemkkocogjmkafeg |
官方網址 | 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" ] } |