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.

Was ist Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect ist eine Chrome-Erweiterung, die von contactcollin entwickelt wurde, und ihr Hauptmerkmal ist "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Erweiterungsscreenshots

screenshot

Carolla Digital Amazon Redirect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Carolla Digital Amazon Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Offizielle URL https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Beschreibung Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Dateigröße 15.4 KB
Installationsanzahl 19
Aktuelle Version 1.1.2
Letztes Update 2013-09-01
Veröffentlichungsdatum 2013-08-31
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler contactcollin
Zahlungsart free
Unterstützte Sprachen 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
}