Amazon SMILE!
Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!
ما هو Amazon SMILE!؟
Amazon SMILE! هو إضافة Chrome تم تطويرها بواسطة max.schopfer، والميزة الرئيسية لها هي "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazon SMILE!
قم بتنزيل ملفات الامتداد Amazon SMILE! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Redirects you to smile.amazon[.com|.de|.co.uk]. For now on, Amazon always donates 0.5% of your order value to charities of your choice.
Important: To prevent the redirect issue, please log in to https://smile.amazon.com
Icons made by https://www.flaticon.com/authors/icomoon
Is licensed by http://creativecommons.org/licenses/by/3.0/ معلومات أساسية عن التمديد
| الاسم | |
| ID | fkpgijfghdipchoficpinkglkgdfligm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-smile/fkpgijfghdipchoficpinkglkgdfligm |
| الوصف | Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon! |
| حجم الملف | 5.64 KB |
| عدد التثبيتات | 15 |
| النسخة الحالية | 1.3.2 |
| آخر تحديث | 2019-03-08 |
| تاريخ النشر | 2019-03-08 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | max.schopfer |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Amazon SMILE!",
"version": "1.3.2",
"author": "Max Schopfer",
"description": "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!",
"icons": {
"128": "wink.png"
},
"browser_action": {
"default_icon": "wink.png"
},
"content_scripts": [
{
"exclude_matches": [
"*:\/\/smile.amazon.com\/*",
"*:\/\/smile.amazon.de\/*",
"*:\/\/smile.amazon.co.uk\/*"
],
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.co.uk\/*"
],
"run_at": "document_start",
"js": [
"smile.js"
]
}
]
} | |