Never Not Smile
Never forget to send a portion of your Amazon purchases to a charity ever again.
ما هو Never Not Smile؟
Never Not Smile هو إضافة Chrome تم تطويرها بواسطة https://nevernotsmile.org، والميزة الرئيسية لها هي "Never forget to send a portion of your Amazon purchases to a charity ever again.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Never Not Smile
قم بتنزيل ملفات الامتداد Never Not Smile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Don't let donations go to waste because you forgot to switch to the Smile website before making a purchase on Amazon. We'll do all of the remembering for you - just switch on our extension and we'll automatically make sure you checkout with Smile so that you always send a portion of your purchase to your favorite charity.
معلومات أساسية عن التمديد
الاسم | Never Not Smile |
ID | jkedlekjmjljhhjckdjbiefjbkalpckc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc |
الوصف | Never forget to send a portion of your Amazon purchases to a charity ever again. |
حجم الملف | 275 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-04-17 |
تاريخ النشر | 2019-04-17 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://nevernotsmile.org |
نوع الدفع | free |
موقع الإضافة | https://nevernotsmile.org/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Never forget to send a portion of your Amazon purchases to a charity ever again.", "version": "1.0.0", "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": { "32": "img\/active_32.png", "38": "img\/active_38.png", "64": "img\/active_64.png", "128": "img\/active_128.png", "256": "img\/active_256.png" }, "default_popup": "html\/popup.html", "default_title": "Never Not Smile" }, "icons": { "32": "img\/active_32.png", "38": "img\/active_38.png", "64": "img\/active_64.png", "128": "img\/active_128.png", "256": "img\/active_256.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Never Not Smile", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ] } |