ZeroDrop Wallet

ZeroDrop Wallet Extension

What is ZeroDrop Wallet?

ZeroDrop Wallet is a Chrome extension developed by wallet-admin, and its main feature is "ZeroDrop Wallet Extension".

Extension Screenshots

screenshot

Download ZeroDrop Wallet Extension CRX File

Download ZeroDrop Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Wallet for use with ZeroDrop engagement platform. Check out Zerodrop.io                    

Extension Basic Information

Name ZeroDrop Wallet ZeroDrop Wallet
ID moglpfhijekfbeicmhemhekojoekijmj
Official URL https://chromewebstore.google.com/detail/zerodrop-wallet/moglpfhijekfbeicmhemhekojoekijmj
Description ZeroDrop Wallet Extension
File Size 26.71 MB
Installation Count 40
Current Version 2.0.3
Last Updated 2023-05-24
Publish Date 2022-03-21
Rating 5.00/5 Total 1 Ratings
Developer wallet-admin
Email [email protected]
Payment Type free
Extension Website https://zerodrop.io
Privacy Policy Page URL https://client.zerodrop.app/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}