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
官方URL 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\/"
    ]
}