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 |
公式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 |
Eメール | [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" ] } |