Backpack

A next level crypto wallet for Solana and Ethereum

Co to jest Backpack?

Backpack to rozszerzenie Chrome opracowane przez Backpack, a jego główną funkcją jest „A next level crypto wallet for Solana and Ethereum”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Backpack

Pobierz pliki rozszerzeń Backpack w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
Oficjalny URL https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
Opis A next level crypto wallet for Solana and Ethereum
Rozmiar pliku 13.06 MB
Liczba instalacji 149,686
Aktualna Wersja 0.10.37
Ostatnia Aktualizacja 2024-02-23
Data Publikacji 2022-09-28
Ocena 4.74/5 Łącznie 269 Oceny
Deweloper Backpack
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.backpack.app
Adres URL Strony Polityki Prywatności https://www.backpack.app/privacy.pdf
Obsługiwane Języki 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"
    ]
}