BearBy

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

Co je BearBy?

BearBy je rozšíření Chrome vyvinuté https://bearby.io, a jeho hlavní funkcí je „Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření BearBy 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í

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

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

Název BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
Oficiální URL https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
Popis Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
Velikost souboru 458 KB
Počet instalací 48,351
Aktuální Verze 0.4.4
Poslední Aktualizace 2024-02-28
Datum Vydání 2022-10-31
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář https://bearby.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bearby.io/
URL Stránky Nápovědy https://github.com/bearby-wallet/bearby-extension/issues
URL Stránky Zásad Ochrany Soukromí https://zilpay.io/extension-policy
Podporované Jazyky 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"
}