Search Best Sellers

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

Co to jest Search Best Sellers?

Search Best Sellers to rozszerzenie Chrome opracowane przez https://www.searchbestsellers.com, a jego główną funkcją jest „Find Something You Love. The only search engine for Amazon Best Sellers.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search Best Sellers

Pobierz pliki rozszerzeń Search Best Sellers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Best Sellers Search Best Sellers
ID mnipkeanijngbipifgacmcjjhkiklddc
Oficjalny URL https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc
Opis Find Something You Love. The only search engine for Amazon Best Sellers.
Rozmiar pliku 144 KB
Liczba instalacji 577
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2020-01-31
Data Publikacji 2020-01-31
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://www.searchbestsellers.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.searchbestsellers.com
Adres URL Strony Pomocy https://www.searchbestsellers.com/faq/
Adres URL Strony Polityki Prywatności https://www.searchbestsellers.com/wpautoterms/privacy-policy
Obsługiwane Języki 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"
    ]
}