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
公式URL 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
}