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.

Apa itu Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect adalah ekstensi Chrome yang dikembangkan oleh contactcollin, dan fitur utamanya adalah "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Carolla Digital Amazon Redirect

Unduh file ekstensi Carolla Digital Amazon Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
URL Resmi https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Deskripsi Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Ukuran File 15.4 KB
Jumlah Instalasi 19
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2013-09-01
Tanggal Publikasi 2013-08-31
Penilaian 4.00/5 Total 3 Penilaian
Pengembang contactcollin
Tipe Pembayaran free
Bahasa yang Didukung 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
}