AmazonSmile Auto Redirect
Automatically redirect to AmazonSmile from Amazon
ما هو AmazonSmile Auto Redirect؟
AmazonSmile Auto Redirect هو إضافة Chrome تم تطويرها بواسطة Shraymonks، والميزة الرئيسية لها هي "Automatically redirect to AmazonSmile from Amazon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AmazonSmile Auto Redirect
قم بتنزيل ملفات الامتداد AmazonSmile Auto Redirect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically redirect to AmazonSmile while shopping on Amazon. Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice.
معلومات أساسية عن التمديد
الاسم | AmazonSmile Auto Redirect |
ID | oiiflcngcepikbdemccijngnkjhdjlfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc |
الوصف | Automatically redirect to AmazonSmile from Amazon |
حجم الملف | 7.03 KB |
عدد التثبيتات | 110 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-01-11 |
تاريخ النشر | 2017-01-11 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Shraymonks |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Shraymonks", "background": { "scripts": [ "background.js" ], "persistent": true }, "description": "Automatically redirect to AmazonSmile from Amazon", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "AmazonSmile Auto Redirect", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*" ], "version": "1.0.0" } |