BearBy

Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface

Qu'est-ce que BearBy ?

BearBy est une extension Chrome développée par https://bearby.io, et sa fonction principale est "Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension BearBy 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

                        Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface                    

Informations de Base sur l'Extension

Nom BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
URL Officiel https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
Description Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
Taille du Fichier 458 KB
Nombre d'Installations 48,351
Version Actuelle 0.4.4
Dernière Mise à Jour 2024-02-28
Date de Publication 2022-10-31
Évaluation 4.60/5 Total 10 Évaluations
Développeur https://bearby.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bearby.io/
URL de la Page d'Aide https://github.com/bearby-wallet/bearby-extension/issues
URL de la Page de Politique de Confidentialité https://zilpay.io/extension-policy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BearBy",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "39": "icons\/39.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "bearby",
        "default_popup": "index.html"
    },
    "version": "0.4.4"
}