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ファイルをダウンロード
Amazon All-Stars拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |