BTC.com Wallet

Inscribe inscriptions, store your inscriptions and rare Satoshi in the Open Source Chrome wallet for Ordinals!

BTC.com Wallet क्या है?

BTC.com Wallet ordinals.btc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inscribe inscriptions, store your inscriptions and rare Satoshi in the Open Source Chrome wallet for Ordinals!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features
- Store and transfer your Ordinals 
- 100% Open-source (GitHub)
- Quickly inscribe (mint) Ordinals NFTs without running a fullnode
- Store and transfer you BRC-20s
- Store and transfer you rare Satoshis

BTC.com Wallet is a reliable browser extension wallet that makes it safe & easy for you to store, send and receive bitcoins , Ordinals and rare Satoshis on bitcoin blockchain. 

BTC.com Wallet is a non-custodial wallet. We never have access to your funds. BTC.com Wallet never stores your seed phrase, your password or any private information. Your accounts are derived from your Secret Recovery Phrase.

BTC.com Wallet is 100% Open-source! 

- BTC.com Wallet is a hierarchical deterministic wallet. Your accounts are derived from your Secret Recovery Phrase.
- Your private keys are encrypted on your device by your password and are never shared with anyone.
- BTC.com Wallet doesn't track any personal identifiable information, your account addresses, or asset balances.
- Users can import accounts from single private keys. These accounts are not derived from your Secret Recovery Phrase and will be labelled as “imported”.
- Supports displaying and transferring Ordinals
- Supports displaying and transferring rare Satoshis                    

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

नाम BTC.com Wallet BTC.com Wallet
ID lakggbcodlaclcbbbepmkpdhbcomcgkd
आधिकारिक URL https://chromewebstore.google.com/detail/btccom-wallet/lakggbcodlaclcbbbepmkpdhbcomcgkd
विवरण Inscribe inscriptions, store your inscriptions and rare Satoshi in the Open Source Chrome wallet for Ordinals!
फ़ाइल का आकार 1.27 MB
स्थापना संख्या 137
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2023-12-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर ordinals.btc.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://ordinals.btc.com/en/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "\/images\/logo\/[email protected]",
        "32": "\/images\/logo\/[email protected]",
        "48": "\/images\/logo\/[email protected]",
        "128": "\/images\/logo\/[email protected]"
    },
    "action": {
        "default_popup": "home.html",
        "default_icon": {
            "16": "\/images\/logo\/[email protected]",
            "32": "\/images\/logo\/[email protected]",
            "48": "\/images\/logo\/[email protected]",
            "128": "\/images\/logo\/[email protected]"
        },
        "default_title": "__MSG_extName__"
    },
    "author": "https:\/\/ordinals.btc.com",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/ordinals.btc.com",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "__MSG_extName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}