DAD wallet
DAD wallet
DAD walletとは何ですか?
DAD walletはDAD Communityによって開発されたChromeの拡張機能で、その主な機能は「DAD wallet」です。
拡張機能のスクリーンショット
DAD wallet拡張機能のCRXファイルをダウンロード
DAD wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DAD wallet (testnet) is an extension for DAD, users can use this wallet extension to manage their DAD assets. DAD wallet lets users send and receive their own DAD token, and view their transactions.Users can create or import up to 10 accounts.Enjoy the wonderful world of crypto assets that DAD brings to you! Official website: https://dad.one/
拡張機能の基本情報
名前 | |
ID | dmjofghfefcmcmaoggmlckpjepdkdkgd |
公式URL | https://chromewebstore.google.com/detail/dad-wallet/dmjofghfefcmcmaoggmlckpjepdkdkgd |
説明 | DAD wallet |
ファイルサイズ | 2 MB |
インストール数 | 75 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-12-27 |
公開日 | 2019-12-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | DAD Community |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DAD wallet", "description": "DAD wallet", "version": "1.0.3", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "browser_action": { "default_icon": "img\/logo.png", "default_popup": "pages\/login.html" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "http:\/\/127.0.0.1\/*", "webRequest", "webRequestBlocking", "activeTab" ] } |