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.

Co je Carolla Digital Amazon Redirect?

Carolla Digital Amazon Redirect je rozšíření Chrome vyvinuté contactcollin, a jeho hlavní funkcí je „Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Carolla Digital Amazon Redirect

Stáhněte si soubory rozšíření Carolla Digital Amazon Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Oficiální URL https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
Popis Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
Velikost souboru 15.4 KB
Počet instalací 19
Aktuální Verze 1.1.2
Poslední Aktualizace 2013-09-01
Datum Vydání 2013-08-31
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář contactcollin
Typ Platby free
Podporované Jazyky 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
}