ZeroDrop Wallet
ZeroDrop Wallet Extension
ZeroDrop Walletとは何ですか?
ZeroDrop Walletはwallet-adminによって開発されたChromeの拡張機能で、その主な機能は「ZeroDrop Wallet Extension」です。
拡張機能のスクリーンショット
ZeroDrop Wallet拡張機能のCRXファイルをダウンロード
ZeroDrop Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wallet for use with ZeroDrop engagement platform. Check out Zerodrop.io 拡張機能の基本情報
| 名前 | |
| ID | moglpfhijekfbeicmhemhekojoekijmj |
| 公式URL | https://chromewebstore.google.com/detail/zerodrop-wallet/moglpfhijekfbeicmhemhekojoekijmj |
| 説明 | ZeroDrop Wallet Extension |
| ファイルサイズ | 26.71 MB |
| インストール数 | 40 |
| 現在のバージョン | 2.0.3 |
| 最終更新日 | 2023-05-24 |
| 公開日 | 2022-03-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | wallet-admin |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://zerodrop.io |
| プライバシーポリシーページのURL | https://client.zerodrop.app/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ZeroDrop Wallet",
"description": "ZeroDrop Wallet Extension",
"version": "2.0.3",
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"manifest_version": 3,
"icons": {
"16": "logo-16x16.png",
"192": "logo-192x192.png",
"512": "logo-512x512.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*.zerodrop.app\/*"
],
"permissions": [
"storage",
"scripting"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.zerodrop.app\/*"
],
"js": [
"contentscript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"script.js",
"worker.js"
],
"matches": [
"*:\/\/*.zerodrop.app\/*"
]
}
]
} | |