Amazon Lite
Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.
Amazon Lite là gì?
Amazon Lite là một tiện ích mở rộng Chrome được phát triển bởi minimum.viable.delta, và tính năng chính của nó là "Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.".
Ả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 Amazon Lite
Tải xuống các tệp mở rộng Amazon Lite 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
Unclutter the shopping experience at your favorite store. Amazon Lite removes all unnecessary elements like ads, suggestions, cart preview and more. Enjoy a clean view of the items you're researching for more productive, distraction-free decisions. Now supporting most of international Amazon stores.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Lite |
ID | eedjnccgojngdjcofkpkjcbopgcfkkjk |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-lite/eedjnccgojngdjcofkpkjcbopgcfkkjk |
Mô tả | Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter. |
Kích Thước Tệp | 51.78 KB |
Số Lần Cài Đặt | 3,932 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2021-01-06 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 2.55/5 Tổng số 73 Đánh Giá |
Nhà Phát Triển | minimum.viable.delta |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "lib\/injects\/content-nuker.js" ], "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.de\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/smile.amazon.de\/*", "https:\/\/smile.amazon.co.uk\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com.tr\/*" ], "run_at": "document_start" } ], "description": "Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Amazon Lite", "version": "1.1.5", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "lib\/background.js" ] } } |