TON.SKI
Get access to the private TON network
Was ist TON.SKI?
TON.SKI ist eine Chrome-Erweiterung, die von Anton Lukin entwickelt wurde, und ihr Hauptmerkmal ist "Get access to the private TON network".
Erweiterungsscreenshots
TON.SKI-Erweiterungs-CRX-Datei herunterladen
Laden Sie TON.SKI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TON.SKI |
ID | aemgbcgjfjeonbcipemkkocogjmkafeg |
Offizielle URL | https://chromewebstore.google.com/detail/tonski/aemgbcgjfjeonbcipemkkocogjmkafeg |
Beschreibung | Get access to the private TON network |
Dateigröße | 40.89 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-06-10 |
Veröffentlichungsdatum | 2022-11-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Anton Lukin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ton.ski/about/ |
Hilfeseite URL | https://t.me/searchington |
Unterstützte Sprachen | 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" ] } |