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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shufo.dev และคุณลักษณะหลักของมันคือ "Filter out products sold by third-party sellers from Amazon search results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon 3rd party seller filter
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |