Backpack

A next level crypto wallet for Solana and Ethereum

Backpack क्या है?

Backpack Backpack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A next level crypto wallet for Solana and Ethereum"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Backpack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Backpack Backpack
ID aflkmfhebedbjioipglgcbcmnbpgliof
आधिकारिक URL https://chromewebstore.google.com/detail/backpack/aflkmfhebedbjioipglgcbcmnbpgliof
विवरण A next level crypto wallet for Solana and Ethereum
फ़ाइल का आकार 13.06 MB
स्थापना संख्या 149,686
वर्तमान संस्करण 0.10.37
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2022-09-28
रेटिंग 4.74/5 कुल 269 रेटिंग्स
डेवलपर Backpack
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.backpack.app
गोपनीयता नीति पृष्ठ URL https://www.backpack.app/privacy.pdf
समर्थित भाषाएँ 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"
    ]
}