Amazon 3rd party seller filter
Filter out products sold by third-party sellers from Amazon search results.
什么是Amazon 3rd party seller filter?
Amazon 3rd party seller filter是由https://shufo.dev开发的Chrome扩展程序,该扩展的主要功能是“Filter out products sold by third-party sellers from Amazon search results.”。
扩展截图
下载Amazon 3rd party seller filter扩展crx文件
下载Amazon 3rd party seller filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currently supported amazon regions:
- US, JP, UK, DE, FR, CA, SE, IT, BE, NL, PL, ES, MX, BR, TR, AU, AE
## Usage
1. Navigate to one of the supported Amazon sites.
2. The extension is active by default - start searching!.
1. Click the extension icon to disable it - the icon will then be greyed out. 扩展基本信息
| 名称 | |
| ID | gmfbegokkdolaokghlfnohddllgbbohd |
| 官方URL | https://chromewebstore.google.com/detail/amazon-3rd-party-seller-f/gmfbegokkdolaokghlfnohddllgbbohd |
| 简介 | Filter out products sold by third-party sellers from Amazon search results. |
| 文件大小 | 28.83 KB |
| 安装次数 | 4,274 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2024-01-23 |
| 上架时间 | 2021-01-23 |
| 评分 | 4.70/5 共10次评分 |
| 开发者 | https://shufo.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/shufo/amazon-3rd-party-seller-filter |
| 帮助页面URL | https://github.com/shufo/amazon-3rd-party-seller-filter |
| 支持的语言 | de,en,fr,nl,tr,es,it,pl,pt-BR,sv,ru,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.4.1",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"minimum_chrome_version": "92",
"default_locale": "en",
"background": {
"service_worker": ".\/src\/js\/background.js",
"type": "module"
},
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.com.be\/*",
"*:\/\/*.amazon.nl\/*",
"*:\/\/*.amazon.pl\/*",
"*:\/\/*.amazon.se\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.com.tr\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.ae\/*"
],
"action": {
"default_icon": "icon\/favicon-32x32_off.png",
"default_title": "__MSG_appTitle__"
},
"icons": {
"16": "icon\/favicon-16x16.png",
"32": "icon\/favicon-32x32.png",
"96": "icon\/favicon-96x96.png"
}
} | |