BearBy

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

What is BearBy?

BearBy is a Chrome extension developed by https://bearby.io, and its main feature is "Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BearBy Extension CRX File

Download BearBy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
Official URL 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
File Size 458 KB
Installation Count 48,351
Current Version 0.4.4
Last Updated 2024-02-28
Publish Date 2022-10-31
Rating 4.60/5 Total 10 Ratings
Developer https://bearby.io
Email [email protected]
Payment Type free
Extension Website https://bearby.io/
Help Page URL https://github.com/bearby-wallet/bearby-extension/issues
Privacy Policy Page URL https://zilpay.io/extension-policy
Supported Languages 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"
}