BearBy

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

Apa itu BearBy?

BearBy adalah ekstensi Chrome yang dikembangkan oleh https://bearby.io, dan fitur utamanya adalah "Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BearBy

Unduh file ekstensi BearBy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
URL Resmi https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
Deskripsi Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
Ukuran File 458 KB
Jumlah Instalasi 48,351
Versi Saat Ini 0.4.4
Terakhir Diperbarui 2024-02-28
Tanggal Publikasi 2022-10-31
Penilaian 4.60/5 Total 10 Penilaian
Pengembang https://bearby.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bearby.io/
URL Halaman Bantuan https://github.com/bearby-wallet/bearby-extension/issues
URL Halaman Kebijakan Privasi https://zilpay.io/extension-policy
Bahasa yang Didukung 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"
}