Bitwallet

Bit Wallet enables users to sign in and use decentralized applications securely.

Co je Bitwallet?

Bitwallet je rozšíření Chrome vyvinuté https://beimagine.tech, a jeho hlavní funkcí je „Bit Wallet enables users to sign in and use decentralized applications securely.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bitwallet

Stáhněte si soubory rozšíření Bitwallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Bit Wallet enables users to sign in and use decentralized applications securely.                    

Základní Informace o Rozšíření

Název Bitwallet Bitwallet
ID ddphokhghjkekfdoddpeffdpojdofcan
Oficiální URL https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan
Popis Bit Wallet enables users to sign in and use decentralized applications securely.
Velikost souboru 7.57 MB
Počet instalací 103
Aktuální Verze 4.3
Poslední Aktualizace 2023-11-27
Datum Vydání 2022-11-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://beimagine.tech
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.bitmemoir.com/
URL Stránky Nápovědy https://www.bitmemoir.com/#/privacypolicy
Podporované Jazyky 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"
    }
}