Bitwallet

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

Qu'est-ce que Bitwallet ?

Bitwallet est une extension Chrome développée par https://beimagine.tech, et sa fonction principale est "Bit Wallet enables users to sign in and use decentralized applications securely.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bitwallet

Téléchargez les fichiers d'extension Bitwallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bitwallet Bitwallet
ID ddphokhghjkekfdoddpeffdpojdofcan
URL Officiel https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan
Description Bit Wallet enables users to sign in and use decentralized applications securely.
Taille du Fichier 7.57 MB
Nombre d'Installations 103
Version Actuelle 4.3
Dernière Mise à Jour 2023-11-27
Date de Publication 2022-11-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://beimagine.tech
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bitmemoir.com/
URL de la Page d'Aide https://www.bitmemoir.com/#/privacypolicy
Langues Prises en Charge 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"
    }
}