Auroracoin Browser Wallet

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

Qu'est-ce que Auroracoin Browser Wallet ?

Auroracoin Browser Wallet est une extension Chrome développée par https://auroracoin101.is, et sa fonction principale est "Auroracoin wallet in the browser. Send and receive instantly on any web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auroracoin Browser Wallet

Téléchargez les fichiers d'extension Auroracoin Browser Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Auroracoin Browser Wallet Auroracoin Browser Wallet
ID ibbbddhliiimfdpadncmdnbhgagplagk
URL Officiel https://chromewebstore.google.com/detail/auroracoin-browser-wallet/ibbbddhliiimfdpadncmdnbhgagplagk
Description Auroracoin wallet in the browser. Send and receive instantly on any web page.
Taille du Fichier 585 KB
Nombre d'Installations 476
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-12-19
Date de Publication 2020-06-24
Évaluation 3.78/5 Total 9 Évaluations
Développeur https://auroracoin101.is
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://auroracoin101.is
URL de la Page d'Aide http://auroracoin101.is/auroracoin-browser-wallet-tutorial/
URL de la Page de Politique de Confidentialité https://auroracoin101.is/privacy/Auroracoin-Browser-Wallet-Privacy-Policy.pdf
Langues Prises en Charge 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"
    }
}