Never Not Smile
Never forget to send a portion of your Amazon purchases to a charity ever again.
Never Not Smile là gì?
Never Not Smile là một tiện ích mở rộng Chrome được phát triển bởi https://nevernotsmile.org, và tính năng chính của nó là "Never forget to send a portion of your Amazon purchases to a charity ever again.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Never Not Smile
Tải xuống các tệp mở rộng Never Not Smile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Never Not Smile |
ID | jkedlekjmjljhhjckdjbiefjbkalpckc |
URL Chính Thức | https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc |
Mô tả | Never forget to send a portion of your Amazon purchases to a charity ever again. |
Kích Thước Tệp | 275 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-04-17 |
Ngày Phát Hành | 2019-04-17 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://nevernotsmile.org |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nevernotsmile.org/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |