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) 擴展基本資訊
| 名稱 | |
| ID | bhpgifgdgmogbehekmegdoffbnopmejm |
| 官方網址 | 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"
]
} | |