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.
Что такое Carolla Digital Amazon Redirect?
Carolla Digital Amazon Redirect - это расширение Chrome, разработанное contactcollin, и его основная функция - "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.".
Снимки экрана расширения
Скачать файл CRX расширения Carolla Digital Amazon Redirect
Скачайте файлы расширений Carolla Digital Amazon Redirect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Carolla Digital Amazon Redirect |
ID | ohmnnlaohkflbfmpbnnennjdgbgpnjnc |
Официальный URL | https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc |
Описание | Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast. |
Размер файла | 15.4 KB |
Количество установок | 19 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2013-09-01 |
Дата публикации | 2013-08-31 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | contactcollin |
Тип оплаты | free |
Поддерживаемые языки | 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 } |