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.

¿Qué es Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect es una extensión de Chrome desarrollada por contactcollin, y su función principal es "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Carolla Digital Amazon Redirect

Descarga archivos de extensión Carolla Digital Amazon Redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
URL Oficial https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Descripción Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Tamaño del Archivo 15.4 KB
Cantidad de Instalaciones 19
Versión Actual 1.1.2
Última Actualización 2013-09-01
Fecha de Publicación 2013-08-31
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador contactcollin
Tipo de Pago free
Idiomas Soportados 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
}