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.

O que é Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect é uma extensão do Chrome desenvolvida por contactcollin, e sua principal característica é "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Carolla Digital Amazon Redirect

Baixe arquivos de extensão Carolla Digital Amazon Redirect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
URL Oficial https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Descrição Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Tamanho do Arquivo 15.4 KB
Contagem de Instalações 19
Versão Atual 1.1.2
Última Atualização 2013-09-01
Data de Publicação 2013-08-31
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor contactcollin
Tipo de Pagamento free
Idiomas Suportados 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
}