Never Not Smile

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

Apa itu Never Not Smile?

Never Not Smile adalah ekstensi Chrome yang dikembangkan oleh https://nevernotsmile.org, dan fitur utamanya adalah "Never forget to send a portion of your Amazon purchases to a charity ever again.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Never Not Smile

Unduh file ekstensi Never Not Smile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Never Not Smile Never Not Smile
ID jkedlekjmjljhhjckdjbiefjbkalpckc
URL Resmi https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc
Deskripsi Never forget to send a portion of your Amazon purchases to a charity ever again.
Ukuran File 275 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-04-17
Tanggal Publikasi 2019-04-17
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://nevernotsmile.org
Tipe Pembayaran free
Situs Ekstensi https://nevernotsmile.org/
Bahasa yang Didukung 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\/*"
    ]
}