Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
ما هو Amazon Smile Switcher؟
Amazon Smile Switcher هو إضافة Chrome تم تطويرها بواسطة Tin Bee، والميزة الرئيسية لها هي "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazon Smile Switcher
قم بتنزيل ملفات الامتداد Amazon Smile Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extensions automatically redirects to smile.amazon.com from www.amazon.com. Pretty handy if you forget to start from smile.amazon.com to make sure your purchases help a good cause.
معلومات أساسية عن التمديد
الاسم | Amazon Smile Switcher |
ID | oefejaiblkhebbdibhmohgohbdgheofh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
الوصف | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
حجم الملف | 3.27 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-04-15 |
تاريخ النشر | 2014-04-15 |
المطور | Tin Bee |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Smile Switcher", "description": "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.", "version": "1.0", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*" ], "background": { "scripts": [ "background.js" ] } } |