Chrono
Nine Chronicles Wallet, Transfer NCG
Wat is Chrono?
Chrono is een Chrome-extensie ontwikkeld door 9cscan.chrono, en de belangrijkste functie is "Nine Chronicles Wallet, Transfer NCG".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrono
Download Chrono-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
Nine Chronicles is a fully decentralized RPG powered by the players. This wallet can store and transfer NCG (Nine Chronicles Gold)
Basisinformatie over de Extensie
Naam | Chrono |
ID | bhpgifgdgmogbehekmegdoffbnopmejm |
Officiële URL | https://chromewebstore.google.com/detail/chrono/bhpgifgdgmogbehekmegdoffbnopmejm |
Beschrijving | Nine Chronicles Wallet, Transfer NCG |
Bestandsgrootte | 22.25 MB |
Aantal Installaties | 48 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2023-11-22 |
Publicatiedatum | 2021-11-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 9cscan.chrono |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://9cscan.com |
Help Pagina-URL | https://9cscan.com |
URL van de Privacybeleid Pagina | https://9cscan.com/privacy-policy.txt |
Ondersteunde Talen | en,ko |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/9cscan.com", "version": "1.0.4", "default_locale": "en", "browser_action": { "default_icon": "images\/logo.png", "default_popup": "popup\/index.html", "default_title": "Nine Chronicles Wallet" }, "commands": [], "background": { "persistent": true, "page": "background\/index.html" }, "icons": { "1024": "images\/logo.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage" ] } |