Backpack

A next level crypto wallet for Solana and Ethereum

What is Backpack?

Backpack is a Chrome extension developed by Backpack, and its main feature is "A next level crypto wallet for Solana and Ethereum".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Backpack Extension CRX File

Download Backpack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
Official URL https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
Description A next level crypto wallet for Solana and Ethereum
File Size 13.06 MB
Installation Count 149,686
Current Version 0.10.37
Last Updated 2024-02-23
Publish Date 2022-09-28
Rating 4.74/5 Total 269 Ratings
Developer Backpack
Email [email protected]
Payment Type free
Extension Website https://www.backpack.app
Privacy Policy Page URL https://www.backpack.app/privacy.pdf
Supported Languages 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"
    ]
}