Search Best Sellers
Find Something You Love. The only search engine for Amazon Best Sellers.
Qu'est-ce que Search Best Sellers ?
Search Best Sellers est une extension Chrome développée par https://www.searchbestsellers.com, et sa fonction principale est "Find Something You Love. The only search engine for Amazon Best Sellers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Best Sellers
Téléchargez les fichiers d'extension Search Best Sellers 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
The Unbiased Amazon Keyword Search Engine: Every hour, Amazon updates the 100 statistically most-purchased products on "Amazon Best Seller Pages". These difficult to navigate pages are not keyword-searchable on Amazon. We are the only free search engine that allows you to easily search them with specific keywords. It's a simple way to quickly find the most-ordered version of what you're looking for. Use this search engine to find benchmark products for your decision, and explore them 100% ad-free. Amazon does not include advertisements or "sponsored" products on these purely statistic-based product ranking pages.
Informations de Base sur l'Extension
Nom | Search Best Sellers |
ID | mnipkeanijngbipifgacmcjjhkiklddc |
URL Officiel | https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc |
Description | Find Something You Love. The only search engine for Amazon Best Sellers. |
Taille du Fichier | 144 KB |
Nombre d'Installations | 577 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2020-01-31 |
Date de Publication | 2020-01-31 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://www.searchbestsellers.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.searchbestsellers.com |
URL de la Page d'Aide | https://www.searchbestsellers.com/faq/ |
URL de la Page de Politique de Confidentialité | https://www.searchbestsellers.com/wpautoterms/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Best Sellers", "short_name": "Search Best Sellers", "version": "1.5", "manifest_version": 2, "description": "Find Something You Love. The only search engine for Amazon Best Sellers.", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "src\/browser_action\/browser_action.html", "default_icon": "logo.png", "default_title": "Search Best Sellers" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "run_at": "document_end" } ], "homepage_url": "https:\/\/www.searchbestsellers.com", "background": { "persistent": true, "scripts": [ "js\/jquery.min.js", "src\/bg\/background.js" ] }, "web_accessible_resources": [ "src\/browser_action\/browser_action.html" ] } |