Chrono
Nine Chronicles Wallet, Transfer NCG
什么是Chrono?
Chrono是由9cscan.chrono开发的Chrome扩展程序,该扩展的主要功能是“Nine Chronicles Wallet, Transfer NCG”。
扩展截图
下载Chrono扩展crx文件
下载Chrono扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Nine Chronicles is a fully decentralized RPG powered by the players. This wallet can store and transfer NCG (Nine Chronicles Gold)
扩展基本信息
名称 | Chrono |
ID | bhpgifgdgmogbehekmegdoffbnopmejm |
官方URL | https://chromewebstore.google.com/detail/chrono/bhpgifgdgmogbehekmegdoffbnopmejm |
简介 | Nine Chronicles Wallet, Transfer NCG |
文件大小 | 22.25 MB |
安装次数 | 48 |
当前版本 | 1.0.4 |
更新时间 | 2023-11-22 |
上架时间 | 2021-11-17 |
评分 | 5.00/5 共1次评分 |
开发者 | 9cscan.chrono |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://9cscan.com |
帮助页面URL | https://9cscan.com |
隐私政策页面URL | https://9cscan.com/privacy-policy.txt |
支持的语言 | 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" ] } |