Amazon Smile Auto Redirect

Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well

什麼是Amazon Smile Auto Redirect?

Amazon Smile Auto Redirect是由Developer開發的Chrome擴展程式,該擴展的主要功能是“Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well”。

擴展截圖

screenshot

下載Amazon Smile Auto Redirect擴展crx文件

下載Amazon Smile Auto Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • Install this extension to automatically donate to charity.

• Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com.

• AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations.

• Support charitable organizations by starting your shopping at smile.amazon.com

Read more: https://smile.amazon.com/gp/chpf/about                    

擴展基本資訊

名稱 Amazon Smile Auto Redirect Amazon Smile Auto Redirect
ID mcklmkgdecdjnknfohnagekofdckmooh
官方網址 https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh
簡介 Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
檔案大小 17.06 KB
安裝次數 23
目前版本 0.1
更新時間 2017-12-26
上架時間 2017-12-26
開發者 Developer
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "smile.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "manifest_version": 2,
    "name": "Amazon Smile Auto Redirect",
    "short_name": "Amazon Smile",
    "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}