Gold reserve wallet

Multi-cryptocurrency decentralized wallet

What is Gold reserve wallet?

Gold reserve wallet is a Chrome extension developed by USD Reserve, and its main feature is "Multi-cryptocurrency decentralized wallet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Gold reserve wallet Extension CRX File

Download Gold reserve 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

                        USD Reserve own decentralized wallet special for USDR. All USDR networks in your own wallet!                    

Extension Basic Information

Name Gold reserve wallet Gold reserve wallet
ID jmclmpncoehnbcpfjkdddopnpdockkih
Official URL https://chromewebstore.google.com/detail/gold-reserve-wallet/jmclmpncoehnbcpfjkdddopnpdockkih
Description Multi-cryptocurrency decentralized wallet
File Size 5.35 MB
Installation Count 74
Current Version 0.1.2
Last Updated 2021-11-22
Publish Date 2021-04-27
Rating 1.00/5 Total 1 Ratings
Developer USD Reserve
Email [email protected]
Payment Type free
Extension Website https://usdreserve.org/
Help Page URL https://usdreserve.org/contacts
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gold reserve wallet",
    "short_name": "Gold reserve wallet",
    "description": "Multi-cryptocurrency decentralized wallet",
    "version": "0.1.2",
    "author": "https:\/\/extension.gold-reserve-wallet.net",
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_popup": "index.html",
        "default_title": "Gold reserve wallet"
    },
    "icons": {
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V\/Eq7vmRtLSjwcdcQSw='; object-src 'self'",
    "permissions": [
        "storage"
    ]
}