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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |