Chrono
Nine Chronicles Wallet, Transfer NCG
What is Chrono?
Chrono is a Chrome extension developed by 9cscan.chrono, and its main feature is "Nine Chronicles Wallet, Transfer NCG".
Extension Screenshots
Download Chrono Extension CRX File
Download Chrono extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Nine Chronicles is a fully decentralized RPG powered by the players. This wallet can store and transfer NCG (Nine Chronicles Gold)
Extension Basic Information
Name | Chrono |
ID | bhpgifgdgmogbehekmegdoffbnopmejm |
Official URL | https://chromewebstore.google.com/detail/chrono/bhpgifgdgmogbehekmegdoffbnopmejm |
Description | Nine Chronicles Wallet, Transfer NCG |
File Size | 22.25 MB |
Installation Count | 48 |
Current Version | 1.0.4 |
Last Updated | 2023-11-22 |
Publish Date | 2021-11-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 9cscan.chrono |
[email protected] | |
Payment Type | free |
Extension Website | https://9cscan.com |
Help Page URL | https://9cscan.com |
Privacy Policy Page URL | https://9cscan.com/privacy-policy.txt |
Supported Languages | 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" ] } |