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