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'est-ce que Carolla Digital Amazon Redirect ?
Carolla Digital Amazon Redirect est une extension Chrome développée par contactcollin, et sa fonction principale est "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Carolla Digital Amazon Redirect
Téléchargez les fichiers d'extension Carolla Digital Amazon Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Carolla Digital Amazon Redirect |
ID | ohmnnlaohkflbfmpbnnennjdgbgpnjnc |
URL Officiel | https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc |
Description | Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast. |
Taille du Fichier | 15.4 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2013-09-01 |
Date de Publication | 2013-08-31 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | contactcollin |
Type de Paiement | free |
Langues Prises en Charge | 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 } |