Amazon Smile Redirect

Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…

什麼是Amazon Smile Redirect?

Amazon Smile Redirect是由Sean Sheng開發的Chrome擴展程式,該擴展的主要功能是“Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…”。

下載Amazon Smile Redirect擴展crx文件

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

擴展使用說明

                        Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite charitable organization every time you shop!                    

擴展基本資訊

名稱 Amazon Smile Redirect Amazon Smile Redirect
ID hmmobbaahpofombfpcmbpkfiopilacbi
官方網址 https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi
簡介 Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
檔案大小 7.29 KB
安裝次數 29
目前版本 1.0
更新時間 2017-01-09
上架時間 2017-01-09
評分 5.00/5 共 1 次評分
開發者 Sean Sheng
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Smile Redirect",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/"
    ]
}