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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}