Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
Bitwalletとは何ですか?
Bitwalletはhttps://beimagine.techによって開発されたChromeの拡張機能で、その主な機能は「Bit Wallet enables users to sign in and use decentralized applications securely.」です。
拡張機能のスクリーンショット
Bitwallet拡張機能のCRXファイルをダウンロード
Bitwallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bit Wallet enables users to sign in and use decentralized applications securely.
拡張機能の基本情報
名前 | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
公式URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
説明 | Bit Wallet enables users to sign in and use decentralized applications securely. |
ファイルサイズ | 7.57 MB |
インストール数 | 103 |
現在のバージョン | 4.3 |
最終更新日 | 2023-11-27 |
公開日 | 2022-11-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://beimagine.tech |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.bitmemoir.com/ |
ヘルプページのURL | https://www.bitmemoir.com/#/privacypolicy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitwallet", "version": "4.3", "permissions": [ "activeTab", "storage", "background" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject-script.js", "connection-popup.html", "connection-popup.js", "password-popup.html", "password-popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |