Auroracoin Browser Wallet
Auroracoin wallet in the browser. Send and receive instantly on any web page.
What is Auroracoin Browser Wallet?
Auroracoin Browser Wallet is a Chrome extension developed by https://auroracoin101.is, and its main feature is "Auroracoin wallet in the browser. Send and receive instantly on any web page.".
Extension Screenshots
Download Auroracoin Browser Wallet Extension CRX File
Download Auroracoin Browser 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
Auroracoin is a safe, secure crypto-currency for making online and point-of-sale financial transactions. Similarly to other crypto-currencies, Auroracoin has a real market value in fiat currency. This browser wallet is designed for receiving Auroracoins and making Auroracoin payments online. Payments can take anywhere from one minute to ten minutes to be confirmed in the blockchain, however, transaction fees are very small (typically 0.0001 AUR).
Extension Basic Information
Name | Auroracoin Browser Wallet |
ID | ibbbddhliiimfdpadncmdnbhgagplagk |
Official URL | https://chromewebstore.google.com/detail/auroracoin-browser-wallet/ibbbddhliiimfdpadncmdnbhgagplagk |
Description | Auroracoin wallet in the browser. Send and receive instantly on any web page. |
File Size | 585 KB |
Installation Count | 476 |
Current Version | 2.1.0 |
Last Updated | 2022-12-19 |
Publish Date | 2020-06-24 |
Rating | 3.78/5 Total 9 Ratings |
Developer | https://auroracoin101.is |
[email protected] | |
Payment Type | free |
Extension Website | http://auroracoin101.is |
Help Page URL | http://auroracoin101.is/auroracoin-browser-wallet-tutorial/ |
Privacy Policy Page URL | https://auroracoin101.is/privacy/Auroracoin-Browser-Wallet-Privacy-Policy.pdf |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auroracoin Browser Wallet", "author": "Andrew Toth, modifed by Joseph Lee, SkateFish, and Auroracoin101", "description": "Auroracoin wallet in the browser. Send and receive instantly on any web page.", "version": "2.1.0", "icons": { "16": "data\/auroracoin16.png", "24": "data\/auroracoin24.png", "48": "data\/auroracoin48.png", "128": "data\/auroracoin128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "storage" ], "web_accessible_resources": [ "data\/*" ], "browser_action": { "default_icon": { "16": "data\/auroracoin16.png", "24": "data\/auroracoin24.png", "32": "data\/auroracoin32.png" }, "default_title": "Auroracoin Browser Wallet", "default_popup": "data\/index.html" } } |