Never Not Smile

Never forget to send a portion of your Amazon purchases to a charity ever again.

Cos'è Never Not Smile?

Never Not Smile è un'estensione di Chrome sviluppata da https://nevernotsmile.org, e la sua funzione principale è "Never forget to send a portion of your Amazon purchases to a charity ever again.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Never Not Smile

Scarica i file di estensione Never Not Smile 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

                        Don't let donations go to waste because you forgot to switch to the Smile website before making a purchase on Amazon. We'll do all of the remembering for you - just switch on our extension and we'll automatically make sure you checkout with Smile so that you always send a portion of your purchase to your favorite charity.                    

Informazioni di Base sull'Estensione

Nome Never Not Smile Never Not Smile
ID jkedlekjmjljhhjckdjbiefjbkalpckc
URL Ufficiale https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc
Descrizione Never forget to send a portion of your Amazon purchases to a charity ever again.
Dimensione del File 275 KB
Conteggio Installazioni 34
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-04-17
Data di Pubblicazione 2019-04-17
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://nevernotsmile.org
Tipo di Pagamento free
Sito Web dell'Estensione https://nevernotsmile.org/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Never forget to send a portion of your Amazon purchases to a charity ever again.",
    "version": "1.0.0",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/active_32.png",
            "38": "img\/active_38.png",
            "64": "img\/active_64.png",
            "128": "img\/active_128.png",
            "256": "img\/active_256.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Never Not Smile"
    },
    "icons": {
        "32": "img\/active_32.png",
        "38": "img\/active_38.png",
        "64": "img\/active_64.png",
        "128": "img\/active_128.png",
        "256": "img\/active_256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Never Not Smile",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ]
}