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.

Vad är Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect är en Chrome-tillägg utvecklad av contactcollin, och dess huvudfunktion är "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".

Tilläggsskärmbilder

screenshot

Ladda ner Carolla Digital Amazon Redirect-förlängningens CRX-fil

Ladda ner Carolla Digital Amazon Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Officiell webbadress https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Beskrivning Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Filstorlek 15.4 KB
Antal Installationer 19
Aktuell Version 1.1.2
Senast Uppdaterad 2013-09-01
Publiceringsdatum 2013-08-31
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare contactcollin
Betalningssätt free
Stödda Språk 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
}