AmazonSmile Auto Redirect

Automatically redirect to AmazonSmile from Amazon

什麼是AmazonSmile Auto Redirect?

AmazonSmile Auto Redirect是由Shraymonks開發的Chrome擴展程式,該擴展的主要功能是“Automatically redirect to AmazonSmile from Amazon”。

擴展截圖

screenshot

下載AmazonSmile Auto Redirect擴展crx文件

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

擴展使用說明

                        Automatically redirect to AmazonSmile while shopping on Amazon.

Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice.                    

擴展基本資訊

名稱 AmazonSmile Auto Redirect AmazonSmile Auto Redirect
ID oiiflcngcepikbdemccijngnkjhdjlfc
官方網址 https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc
簡介 Automatically redirect to AmazonSmile from Amazon
檔案大小 7.03 KB
安裝次數 110
目前版本 1.0.0
更新時間 2017-01-11
上架時間 2017-01-11
評分 3.00/5 共 2 次評分
開發者 Shraymonks
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shraymonks",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Automatically redirect to AmazonSmile from Amazon",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "AmazonSmile Auto Redirect",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*"
    ],
    "version": "1.0.0"
}