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 |
Eメール | [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" ] } |