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によって開発されたChromeの拡張機能で、その主な機能は「Find Something You Love. The only search engine for Amazon Best Sellers.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Search Best Sellers拡張機能のCRXファイルをダウンロード

Search Best Sellers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}