Never Not Smile

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

O que é Never Not Smile?

Never Not Smile é uma extensão do Chrome desenvolvida por https://nevernotsmile.org, e sua principal característica é "Never forget to send a portion of your Amazon purchases to a charity ever again.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Never Not Smile

Baixe arquivos de extensão Never Not Smile 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

                        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.                    

Informações Básicas da Extensão

Nome Never Not Smile Never Not Smile
ID jkedlekjmjljhhjckdjbiefjbkalpckc
URL Oficial https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc
Descrição Never forget to send a portion of your Amazon purchases to a charity ever again.
Tamanho do Arquivo 275 KB
Contagem de Instalações 34
Versão Atual 1.0.0
Última Atualização 2019-04-17
Data de Publicação 2019-04-17
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://nevernotsmile.org
Tipo de Pagamento free
Site da Extensão https://nevernotsmile.org/
Idiomas Suportados 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\/*"
    ]
}