TON.SKI
Get access to the private TON network
Wat is TON.SKI?
TON.SKI is een Chrome-extensie ontwikkeld door Anton Lukin, en de belangrijkste functie is "Get access to the private TON network".
Extensie Screenshots
Download het CRX-bestand van de extensie TON.SKI
Download TON.SKI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TON.SKI |
ID | aemgbcgjfjeonbcipemkkocogjmkafeg |
Officiële URL | https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg |
Beschrijving | Get access to the private TON network |
Bestandsgrootte | 40.89 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-06-10 |
Publicatiedatum | 2022-11-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Anton Lukin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ton.ski/about/ |
Help Pagina-URL | https://t.me/searchington |
Ondersteunde Talen | 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" ] } |