Backpack

A next level crypto wallet for Solana and Ethereum

O que é Backpack?

Backpack é uma extensão do Chrome desenvolvida por Backpack, e sua principal característica é "A next level crypto wallet for Solana and Ethereum".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Backpack

Baixe arquivos de extensão Backpack 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

                        The first wallet built for xNFTs. Whether it's tokens, decentralized applications, or NFTs, use all your crypto assets inside Backpack.

- Send crypto assets 
- Swap tokens
- View NFTs
- Use apps
- Connect your ledger

Use the most advanced Solana and Ethereum wallet.                    

Informações Básicas da Extensão

Nome Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
URL Oficial https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
Descrição A next level crypto wallet for Solana and Ethereum
Tamanho do Arquivo 13.06 MB
Contagem de Instalações 149,686
Versão Atual 0.10.37
Última Atualização 2024-02-23
Data de Publicação 2022-09-28
Classificação 4.74/5 Total de 269 Avaliações
Desenvolvedor Backpack
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.backpack.app
URL da Página de Política de Privacidade https://www.backpack.app/privacy.pdf
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A next level crypto wallet for Solana and Ethereum",
    "version": "0.10.37",
    "name": "Backpack",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "exclude_globs": [
                "*chrome-extension*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "anchor.png",
        "192": "anchor.png",
        "512": "anchor.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "background"
    ]
}