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.

Wat is Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect is een Chrome-extensie ontwikkeld door contactcollin, en de belangrijkste functie is "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Carolla Digital Amazon Redirect

Download Carolla Digital Amazon Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Officiële URL https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Beschrijving Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Bestandsgrootte 15.4 KB
Aantal Installaties 19
Huidige Versie 1.1.2
Laatst Bijgewerkt 2013-09-01
Publicatiedatum 2013-08-31
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar contactcollin
Betalingswijze free
Ondersteunde Talen 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
}