Backpack

A next level crypto wallet for Solana and Ethereum

Cos'è Backpack?

Backpack è un'estensione di Chrome sviluppata da Backpack, e la sua funzione principale è "A next level crypto wallet for Solana and Ethereum".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Backpack

Scarica i file di estensione Backpack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
URL Ufficiale https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
Descrizione A next level crypto wallet for Solana and Ethereum
Dimensione del File 13.06 MB
Conteggio Installazioni 149,686
Versione Corrente 0.10.37
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2022-09-28
Valutazione 4.74/5 Totale 269 Valutazioni
Sviluppatore Backpack
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.backpack.app
URL della Pagina della Politica sulla Privacy https://www.backpack.app/privacy.pdf
Lingue Supportate 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"
    ]
}