TON.SKI
Get access to the private TON network
Vad är TON.SKI?
TON.SKI är en Chrome-tillägg utvecklad av Anton Lukin, och dess huvudfunktion är "Get access to the private TON network".
Tilläggsskärmbilder
Ladda ner TON.SKI-förlängningens CRX-fil
Ladda ner TON.SKI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TON.SKI |
ID | aemgbcgjfjeonbcipemkkocogjmkafeg |
Officiell webbadress | https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg |
Beskrivning | Get access to the private TON network |
Filstorlek | 40.89 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-06-10 |
Publiceringsdatum | 2022-11-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Anton Lukin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ton.ski/about/ |
Hjälpsida URL | https://t.me/searchington |
Stödda Språk | 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" ] } |