BearBy

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

Co to jest BearBy?

BearBy to rozszerzenie Chrome opracowane przez https://bearby.io, a jego główną funkcją jest „Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia BearBy

Pobierz pliki rozszerzeń BearBy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
Oficjalny URL https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
Opis Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
Rozmiar pliku 458 KB
Liczba instalacji 48,351
Aktualna Wersja 0.4.4
Ostatnia Aktualizacja 2024-02-28
Data Publikacji 2022-10-31
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper https://bearby.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://bearby.io/
Adres URL Strony Pomocy https://github.com/bearby-wallet/bearby-extension/issues
Adres URL Strony Polityki Prywatności https://zilpay.io/extension-policy
Obsługiwane Języki 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"
}