Search Best Sellers

Find Something You Love. The only search engine for Amazon Best Sellers.

¿Qué es Search Best Sellers?

Search Best Sellers es una extensión de Chrome desarrollada por https://www.searchbestsellers.com, y su función principal es "Find Something You Love. The only search engine for Amazon Best Sellers.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Search Best Sellers

Descarga archivos de extensión Search Best Sellers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Search Best Sellers Search Best Sellers
ID mnipkeanijngbipifgacmcjjhkiklddc
URL Oficial https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc
Descripción Find Something You Love. The only search engine for Amazon Best Sellers.
Tamaño del Archivo 144 KB
Cantidad de Instalaciones 577
Versión Actual 1.5
Última Actualización 2020-01-31
Fecha de Publicación 2020-01-31
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.searchbestsellers.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.searchbestsellers.com
URL de la Página de Ayuda https://www.searchbestsellers.com/faq/
URL de la Página de Política de Privacidad https://www.searchbestsellers.com/wpautoterms/privacy-policy
Idiomas Soportados 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"
    ]
}