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.

Hvad er Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect er en Chrome-udvidelse udviklet af contactcollin, og dens hovedfunktion er "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Udvidelsesskærmbilleder

screenshot

Download Carolla Digital Amazon Redirect-udvidelses-CRX-fil

Download Carolla Digital Amazon Redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Officiel URL https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Beskrivelse Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Filstørrelse 15.4 KB
Antal Installationer 19
Nuværende Version 1.1.2
Senest Opdateret 2013-09-01
Udgivelsesdato 2013-08-31
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler contactcollin
Betalingsmetode free
Understøttede Sprog 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
}