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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |