BearBy

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

O que é BearBy?

BearBy é uma extensão do Chrome desenvolvida por https://bearby.io, e sua principal característica é "Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BearBy

Baixe arquivos de extensão BearBy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome BearBy BearBy
ID papngmkmknnmfhabbckobgfpihpdgplk
URL Oficial https://chromewebstore.google.com/detail/bearby/papngmkmknnmfhabbckobgfpihpdgplk
Descrição Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interface
Tamanho do Arquivo 458 KB
Contagem de Instalações 48,351
Versão Atual 0.4.4
Última Atualização 2024-02-28
Data de Publicação 2022-10-31
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor https://bearby.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bearby.io/
URL da Página de Ajuda https://github.com/bearby-wallet/bearby-extension/issues
URL da Página de Política de Privacidade https://zilpay.io/extension-policy
Idiomas Suportados 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"
}