Never Not Smile

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

什麼是Never Not Smile?

Never Not Smile是由https://nevernotsmile.org開發的Chrome擴展程式,該擴展的主要功能是“Never forget to send a portion of your Amazon purchases to a charity ever again.”。

擴展截圖

screenshot

下載Never Not Smile擴展crx文件

下載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
官方網址 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\/*"
    ]
}