Auroracoin Browser Wallet

Auroracoin wallet in the browser. Send and receive instantly on any web page.

O que é Auroracoin Browser Wallet?

Auroracoin Browser Wallet é uma extensão do Chrome desenvolvida por https://auroracoin101.is, e sua principal característica é "Auroracoin wallet in the browser. Send and receive instantly on any web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auroracoin Browser Wallet

Baixe arquivos de extensão Auroracoin Browser Wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome Auroracoin Browser Wallet Auroracoin Browser Wallet
ID ibbbddhliiimfdpadncmdnbhgagplagk
URL Oficial https://chromewebstore.google.com/detail/auroracoin-browser-wallet/ibbbddhliiimfdpadncmdnbhgagplagk
Descrição Auroracoin wallet in the browser. Send and receive instantly on any web page.
Tamanho do Arquivo 585 KB
Contagem de Instalações 476
Versão Atual 2.1.0
Última Atualização 2022-12-19
Data de Publicação 2020-06-24
Classificação 3.78/5 Total de 9 Avaliações
Desenvolvedor https://auroracoin101.is
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://auroracoin101.is
URL da Página de Ajuda http://auroracoin101.is/auroracoin-browser-wallet-tutorial/
URL da Página de Política de Privacidade https://auroracoin101.is/privacy/Auroracoin-Browser-Wallet-Privacy-Policy.pdf
Idiomas Suportados 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"
    }
}