Moonstake Wallet - DApp Connector Extension

Web extension for DApp users to connect with Moonstake web wallet

Moonstake Wallet - DApp Connector Extensionคืออะไร?

Moonstake Wallet - DApp Connector Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wallet.moonstake.io และคุณลักษณะหลักของมันคือ "Web extension for DApp users to connect with Moonstake web wallet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moonstake Wallet - DApp Connector Extension

ดาวน์โหลดไฟล์ส่วนขยาย Moonstake Wallet - DApp Connector Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Connect browser-based DApps you're using with Moonstake web wallet for the best, most secure user experience in one click.

Moonstake is a world-leading staking service provider that develops and operates decentralized wallet services for businesses and individuals. Moonstake web wallet allows users to hold, send, receive, track price, and stake their crypto assets to receive staking rewards easily and safely. 

The Moonstake Wallet DApp Connector Extension serves as a bridge between DApps and Moonstake Wallet, allowing users to connect their Moonstake web wallet to browser-based DApps for seamless interaction. The extension facilitates the validation of asset ownership, execution of transactions for the dApp, and any interaction with the DApp's smart contract to let users make transactions with the connected DApp and use its features. 

Currently, we support connection with Cardano DApps. Support for more DApp platforms is coming in the near future.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Moonstake Wallet - DApp Connector Extension Moonstake Wallet - DApp Connector Extension
ID cpjianbolonkcnnnkjlcdlcfgnhjdjed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moonstake-wallet-dapp-con/cpjianbolonkcnnnkjlcdlcfgnhjdjed
คำอธิบาย Web extension for DApp users to connect with Moonstake web wallet
ขนาดไฟล์ 2.14 MB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-01-12
วันที่เผยแพร่ 2022-01-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://wallet.moonstake.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://moonstake.io/
URL หน้าช่วยเหลือ https://support.moonstake.io/hc/
URL หน้านโยบายความเป็นส่วนตัว https://moonstake.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/contentScripts.js",
                ".\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/recaptcha\/ https:\/\/www.gstatic.com\/recaptcha\/ 'unsafe-eval'; object-src 'self'",
    "description": "Web extension for DApp users to connect with Moonstake web wallet",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "manifest_version": 2,
    "name": "Moonstake Wallet - DApp Connector Extension",
    "options_ui": {
        "chrome_style": false,
        "page": ".\/options.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1.1"
}