Mina Extension Wallet

It is designed to help Mina Users easily stake Mina to its trusted validators

What is Mina Extension Wallet?

Mina Extension Wallet is a Chrome extension developed by developer, and its main feature is "It is designed to help Mina Users easily stake Mina to its trusted validators".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mina Extension Wallet Extension CRX File

Download Mina Extension Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It is designed to help Mina Users easily stake Mina to its trusted validators
"A Mina Extension Wallet released"
- Easy way of Staking Mina to its validators 

!!Caution!!
When uploading a public key file or private key file, its filename extension should end with ".txt"
Ex) extra_account_601.txt

After you reach out to a final process for staking, it means that your staking is successfully broadcasted which requires some time to finalize your staking on Mina Blockchain. Therefore, please wait till your staking delegation is finalized and shown on Mina Explorer.  

More Details can be found at Here: 
https://www.notion.so/dsrv/Mina-Staking-Extension-Beta-1982ed53407c496b88d2730532ad7924                    

Extension Basic Information

Name Mina Extension Wallet Mina Extension Wallet
ID njnlcpjnaelebbeebibhmjolllnkgamj
Official URL https://chrome.google.com/webstore/detail/mina-extension-wallet/njnlcpjnaelebbeebibhmjolllnkgamj
Description It is designed to help Mina Users easily stake Mina to its trusted validators
File Size 3.79 MB
Installation Count 154
Current Version 0.1.4
Last Updated 2021-05-04
Publish Date 2021-04-08
Rating 3.67/5 Total 3 Ratings
Developer developer
Email [email protected]
Payment Type free
Extension Website https://www.dsrvlabs.com/en/
Help Page URL https://github.com/dsrvlabs/mina-extension-wallet
Privacy Policy Page URL https://github.com/dsrvlabs/private-policy/blob/main/privatepolicy.md
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mina Extension Wallet",
    "description": "It is designed to help Mina Users easily stake Mina to its trusted validators",
    "manifest_version": 2,
    "version": "0.1.4",
    "icons": {
        "16": "minaExtension_logo_circle_16.png",
        "32": "minaExtension_logo_circle_32.png",
        "64": "minaExtension_logo_circle_64.png",
        "128": "minaExtension_logo_circle_128.png"
    },
    "browser_action": {
        "default_icon": "minaExtension_logo_circle_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}