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."입니다.

확장 프로그램 스크린샷

screenshot

Amazon 3rd party seller filter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Amazon 3rd party seller filter Amazon 3rd party seller filter
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"
    }
}