Search Best Sellers

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

Search Best Sellers क्या है?

Search Best Sellers https://www.searchbestsellers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Something You Love. The only search engine for Amazon Best Sellers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Best Sellers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Search Best Sellers Search Best Sellers
ID mnipkeanijngbipifgacmcjjhkiklddc
आधिकारिक URL https://chromewebstore.google.com/detail/search-best-sellers/mnipkeanijngbipifgacmcjjhkiklddc
विवरण Find Something You Love. The only search engine for Amazon Best Sellers.
फ़ाइल का आकार 144 KB
स्थापना संख्या 577
वर्तमान संस्करण 1.5
अंतिम अपडेट 2020-01-31
प्रकाशन तिथि 2020-01-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.searchbestsellers.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.searchbestsellers.com
सहायता पृष्ठ URL https://www.searchbestsellers.com/faq/
गोपनीयता नीति पृष्ठ URL https://www.searchbestsellers.com/wpautoterms/privacy-policy
समर्थित भाषाएँ 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"
    ]
}