Blockcore Wallet
Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.
What is Blockcore Wallet?
Blockcore Wallet is a Chrome extension developed by https://blockcore.net, and its main feature is "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.".
Extension Screenshots
Download Blockcore Wallet Extension CRX File
Download Blockcore 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
Blockcore Extension is a Non-Custodial HD wallet in your browser for Coins, Tokens, Identities (Nostr, DID), NFTs and more.
Extension Basic Information
Name | Blockcore Wallet |
ID | peigonhbenoefaeplkpalmafieegnapj |
Official URL | https://chromewebstore.google.com/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj |
Description | Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more. |
File Size | 5.1 MB |
Installation Count | 217 |
Current Version | 1.0.31 |
Last Updated | 2023-07-10 |
Publish Date | 2022-06-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://blockcore.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.blockcore.net/wallet |
Privacy Policy Page URL | https://www.blockcore.net/policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blockcore Wallet", "version": "1.0.31", "manifest_version": 3, "description": "Non-Custodial wallet for Coins, Tokens, Identities, NFTs and more.", "author": "Blockcore", "icons": { "16": "assets\/icon-16x16.png", "32": "assets\/icon-32x32.png", "48": "assets\/icon-48x48.png", "128": "assets\/icon-128x128.png" }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html?#\/popup", "default_title": "Blockcore" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |