Never Not Smile

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

Never Not Smileคืออะไร?

Never Not Smile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nevernotsmile.org และคุณลักษณะหลักของมันคือ "Never forget to send a portion of your Amazon purchases to a charity ever again."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Never Not Smile

ดาวน์โหลดไฟล์ส่วนขยาย Never Not Smile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Never Not Smile Never Not Smile
ID jkedlekjmjljhhjckdjbiefjbkalpckc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc
คำอธิบาย Never forget to send a portion of your Amazon purchases to a charity ever again.
ขนาดไฟล์ 275 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-04-17
วันที่เผยแพร่ 2019-04-17
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://nevernotsmile.org
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nevernotsmile.org/
ภาษาที่รองรับ 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\/*"
    ]
}