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은(는) https://wallet.moonstake.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web extension for DApp users to connect with Moonstake web wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Moonstake Wallet - DApp Connector Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}