Amazon All-Stars
Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results.
Qu'est-ce que Amazon All-Stars ?
Amazon All-Stars est une extension Chrome développée par tonicnutriments, et sa fonction principale est "Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon All-Stars
Téléchargez les fichiers d'extension Amazon All-Stars au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Amazon All-Stars |
ID | mmcmeioehjcnedfkodlfhlpaklooflig |
URL Officiel | https://chromewebstore.google.com/detail/amazon-all-stars/mmcmeioehjcnedfkodlfhlpaklooflig |
Description | Never buy junk, again. Amazon All-Stars filters out products below a certain rating from your Amazon search results. |
Taille du Fichier | 231 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.1.3 |
Dernière Mise à Jour | 2017-07-07 |
Date de Publication | 2017-07-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tonicnutriments |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |