TON.SKI
Get access to the private TON network
Qu'est-ce que TON.SKI ?
TON.SKI est une extension Chrome développée par Anton Lukin, et sa fonction principale est "Get access to the private TON network".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TON.SKI
Téléchargez les fichiers d'extension TON.SKI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TON.SKI |
ID | aemgbcgjfjeonbcipemkkocogjmkafeg |
URL Officiel | https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg |
Description | Get access to the private TON network |
Taille du Fichier | 40.89 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-06-10 |
Date de Publication | 2022-11-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Anton Lukin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ton.ski/about/ |
URL de la Page d'Aide | https://t.me/searchington |
Langues Prises en Charge | 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" ] } |