Nano Donate

Nano donations made easy!

Cos'è Nano Donate?

Nano Donate è un'estensione di Chrome sviluppata da Nano Charts, e la sua funzione principale è "Nano donations made easy!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nano Donate

Scarica i file di estensione Nano Donate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Nano Donate allows you to easily make Nano digital currency donations to participating websites. The website specifies the Nano donation details beforehand so you can just concentrate on making donations.

FEATURES
- No more searching for Nano addresses before donating. Just enter Nano amount and proceed.
- Enter custom Nano donation amount or choose from recommended amounts.
- Donations made via scanning QR code and sending from your wallet.
- Icon changes to green if website accepts donations through Nano Donate.

FOR WEBSITE OWNERS
If you are a website owner please visit our home page to learn how to enable your website for Nano Donate. Completely free with no sign up required!
Home page: https://nanocharts.info/nano-donate.html

CONTACT US
Please get in touch via email if you have any feedback / bug reports to share. Enjoy donating!
Email: [email protected]                    

Informazioni di Base sull'Estensione

Nome Nano Donate Nano Donate
ID eifikiniegjgjocacjjmepnkhiijgeeh
URL Ufficiale https://chromewebstore.google.com/detail/nano-donate/eifikiniegjgjocacjjmepnkhiijgeeh
Descrizione Nano donations made easy!
Dimensione del File 79.15 KB
Conteggio Installazioni 27
Versione Corrente 1.4.0
Ultimo Aggiornamento 2023-07-08
Data di Pubblicazione 2019-05-02
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Nano Charts
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nanocharts.info/nano-donate.html
URL della Pagina di Aiuto https://nanocharts.info/nano-donate.html
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nano Donate",
    "version": "1.4.0",
    "description": "Nano donations made easy!",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "getNanoDonateData.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/nano-donate-inactive-128.png",
            "32": "images\/nano-donate-inactive-128.png",
            "48": "images\/nano-donate-inactive-128.png",
            "128": "images\/nano-donate-inactive-128.png"
        }
    },
    "icons": {
        "16": "images\/nano-donate-active-128.png",
        "32": "images\/nano-donate-active-128.png",
        "48": "images\/nano-donate-active-128.png",
        "128": "images\/nano-donate-active-128.png"
    },
    "manifest_version": 3
}