Amazon Lite
Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter.
Amazon Lite란 무엇입니까?
Amazon Lite은(는) minimum.viable.delta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter."입니다.
확장 프로그램 스크린샷
Amazon Lite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Amazon Lite |
ID | eedjnccgojngdjcofkpkjcbopgcfkkjk |
공식 URL | https://chromewebstore.google.com/detail/amazon-lite/eedjnccgojngdjcofkpkjcbopgcfkkjk |
설명 | Simplifies shopping on Amazon. Removes all unnecessary ad's, sponsored products and other clutter. |
파일 크기 | 51.78 KB |
설치 횟수 | 3,932 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2021-01-06 |
출시 날짜 | 2019-03-08 |
평점 | 2.55/5 총 73 개의 평점 |
개발자 | minimum.viable.delta |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } } |