Carolla Digital Amazon Redirect

Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.

什麼是Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect是由contactcollin開發的Chrome擴展程式,該擴展的主要功能是“Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.”。

擴展截圖

screenshot

下載Carolla Digital Amazon Redirect擴展crx文件

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

擴展使用說明

                        Tired of having to remember to click through the Amzon banner at adamcarolla.com?  

Install this extension and all you will have to do is type in amazon.com, and it is just like you clicked through the banner!

Better yet, use the Options page to choose which Carolla Digital podcast you want to support.  

Let's keep the wind in the sails of the pirate ship!                    

擴展基本資訊

名稱 Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
官方網址 https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
簡介 Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
檔案大小 15.4 KB
安裝次數 19
目前版本 1.1.2
更新時間 2013-09-01
上架時間 2013-08-31
評分 4.00/5 共 3 次評分
開發者 contactcollin
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carolla Digital Amazon Redirect",
    "version": "1.1.2",
    "description": "Just go to amazon.com instead of clicking through the banner!  Use the Options link to support another Carolla Digital podcast.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "CDAR"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}