Amazon All-Stars
Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results.
Amazon All-Stars란 무엇입니까?
Amazon All-Stars은(는) tonicnutriments에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results."입니다.
확장 프로그램 스크린샷
Amazon All-Stars 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NOTE: WE RESPECT YOUR PRIVACY AND WILL NOT ACCESS YOUR BROWSING HISTORY, EVER! See below for more information. Welcome to Amazon All-stars! This lightweight Chrome extension helps your searches *always* meet your ratings standards. It works magically while you shop. No more clicking "Avg Cust Review: 4✯'s" for every single search (which is what always I did constantly). And that's why I made this extension: (1) to save time (I never had to click 4★+ again, nor refund poor products) and (2) to *discover* awesome products I never knew existed. And I decided to publish it freely, so anyone could enjoy the benefits of the best of Amazon. Save yourself from underrated or poor-quality products! Amazon All-stars trims the junk and shows you the very best. PS: Even though Chrome says Amazon All-Stars will need access to your browsing history, we absolutely do NOT access it at all - and will never access your personal information, ever, by our developer pledge! Our extension just doesn't work without the permission set that gives access to your browser tabs, which requires displaying that message.
확장 프로그램 기본 정보
이름 | Amazon All-Stars |
ID | mmcmeioehjcnedfkodlfhlpaklooflig |
공식 URL | https://chromewebstore.google.com/detail/amazon-all-stars/mmcmeioehjcnedfkodlfhlpaklooflig |
설명 | Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results. |
파일 크기 | 231 KB |
설치 횟수 | 19 |
현재 버전 | 1.0.1.3 |
최근 업데이트 | 2017-07-07 |
출시 날짜 | 2017-07-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | tonicnutriments |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon All-Stars", "short_name": "AllStars", "version": "1.0.1.3", "description": "Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com.au\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.co.uk\/*" ], "js": [ "content.js" ] } ], "options_page": "optionsfull.html", "permissions": [ "webRequest", "webRequestBlocking", "storage", "tabs", "activeTab", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.com.au\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.nl\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.co.uk\/*" ], "icons": { "128": "allstarsicon4.png" } } |