BearBy

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

Cos'è BearBy?

BearBy è un'estensione di Chrome sviluppata da https://bearby.io, e la sua funzione principale è "Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BearBy

Scarica i file di estensione BearBy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
URL Ufficiale https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
Descrizione Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
Dimensione del File 458 KB
Conteggio Installazioni 48,351
Versione Corrente 0.4.4
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2022-10-31
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore https://bearby.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bearby.io/
URL della Pagina di Aiuto https://github.com/bearby-wallet/bearby-extension/issues
URL della Pagina della Politica sulla Privacy https://zilpay.io/extension-policy
Lingue Supportate 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"
}