OrdPay Wallet

Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!

OrdPay Wallet क्या है?

OrdPay Wallet https://ordpay.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!"।

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

screenshot
screenshot

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

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

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

                        Introducing OrdPay, a comprehensive Chrome extension designed to serve as your go-to Web3 Bitcoin wallet, putting the control of your digital assets directly in your hands. With an uncomplicated user interface and high-security measures, OrdPay ensures seamless transactions and absolute peace of mind.

FEATURES:

Bitcoin Transactions: Whether you need to send or receive Bitcoin, OrdPay makes it easy. Our wallet allows instant, effortless transactions, anytime, anywhere. Transferring Bitcoin has never been more secure and convenient.

Connect to Web3 Bitcoin DApps: Delve into the decentralized web with OrdPay. Our wallet is designed to interact with Web3 Bitcoin DApps, allowing you to connect, interact, and transact with a growing array of decentralized applications and services in the Bitcoin ecosystem. Experience the future of the internet with OrdPay.

Store BRC20 Tokens: OrdPay wallet also serves as a secure storage space for your BRC20 tokens. Manage and access your BRC20 tokens anytime with a few simple clicks.

.btc Ordinal Domain Transfers: We're proud to support .btc ordinal domain transfers by ordinaldomains.io. OrdPay is equipped to handle these unique blockchain-based domain names, enabling users to easily transfer ownership of these digital assets.

OrdPay is more than just a wallet—it's a gateway into the decentralized web, a tool that enables seamless interaction with the cutting-edge Bitcoin ecosystem. We're committed to providing a top-tier user experience while maintaining a high level of security.

Join us today and experience the future of Bitcoin transactions with OrdPay, your reliable Web3 Bitcoin wallet.                    

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

नाम OrdPay Wallet OrdPay Wallet
ID jfflgdhkeohhkelibbefdcgjijppkdeb
आधिकारिक URL https://chromewebstore.google.com/detail/ordpay-wallet/jfflgdhkeohhkelibbefdcgjijppkdeb
विवरण Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!
फ़ाइल का आकार 1.69 MB
स्थापना संख्या 22
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-06-21
प्रकाशन तिथि 2023-06-20
रेटिंग 4.97/5 कुल 29 रेटिंग्स
डेवलपर https://ordpay.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ordpay.net
गोपनीयता नीति पृष्ठ URL https://ordpay.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/logo\/[email protected]",
        "32": "\/images\/logo\/[email protected]",
        "48": "\/images\/logo\/[email protected]",
        "128": "\/images\/logo\/[email protected]"
    },
    "action": {
        "default_popup": "index.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_appName__"
    },
    "author": "https:\/\/unisat.io",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/unisat.io",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/unisat.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}