Auroracoin Browser Wallet
Auroracoin wallet in the browser. Send and receive instantly on any web page.
什么是Auroracoin Browser Wallet?
Auroracoin Browser Wallet是由https://auroracoin101.is开发的Chrome扩展程序,该扩展的主要功能是“Auroracoin wallet in the browser. Send and receive instantly on any web page.”。
扩展截图
下载Auroracoin Browser Wallet扩展crx文件
下载Auroracoin Browser Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | Auroracoin Browser Wallet |
ID | ibbbddhliiimfdpadncmdnbhgagplagk |
官方URL | https://chromewebstore.google.com/detail/auroracoin-browser-wallet/ibbbddhliiimfdpadncmdnbhgagplagk |
简介 | Auroracoin wallet in the browser. Send and receive instantly on any web page. |
文件大小 | 585 KB |
安装次数 | 476 |
当前版本 | 2.1.0 |
更新时间 | 2022-12-19 |
上架时间 | 2020-06-24 |
评分 | 3.78/5 共9次评分 |
开发者 | https://auroracoin101.is |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://auroracoin101.is |
帮助页面URL | http://auroracoin101.is/auroracoin-browser-wallet-tutorial/ |
隐私政策页面URL | https://auroracoin101.is/privacy/Auroracoin-Browser-Wallet-Privacy-Policy.pdf |
支持的语言 | 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" } } |