BearBy

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

BearByとは何ですか?

BearByはhttps://bearby.ioによって開発されたChromeの拡張機能で、その主な機能は「Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

BearBy拡張機能のCRXファイルをダウンロード

BearBy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
公式URL https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
説明 Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
ファイルサイズ 458 KB
インストール数 48,351
現在のバージョン 0.4.4
最終更新日 2024-02-28
公開日 2022-10-31
評価 4.60/5 合計 10 レビュー
開発者 https://bearby.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bearby.io/
ヘルプページのURL https://github.com/bearby-wallet/bearby-extension/issues
プライバシーポリシーページのURL https://zilpay.io/extension-policy
対応言語 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"
}