Amazon Only No Third Party Seller
Click the extension to filter product lists on Amazon by excluding third-party sellers.
Amazon Only No Third Party Seller là gì?
Amazon Only No Third Party Seller là một tiện ích mở rộng Chrome được phát triển bởi Mint Developers, và tính năng chính của nó là "Click the extension to filter product lists on Amazon by excluding third-party sellers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amazon Only No Third Party Seller
Tải xuống các tệp mở rộng Amazon Only No Third Party Seller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
When you search products on Amazon, do you sometimes want to see only products sold by Amazon.com, not by third party sellers? This extension does the filtering for you. Currently the extension only works for the US. We are working to support other countries. Please do not give us low ratings for not yet supporting other countries :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Only No Third Party Seller |
ID | dlhfoonhibklalmcfagfcnacegdgbdgm |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-only-no-third-part/dlhfoonhibklalmcfagfcnacegdgbdgm |
Mô tả | Click the extension to filter product lists on Amazon by excluding third-party sellers. |
Kích Thước Tệp | 18.73 KB |
Số Lần Cài Đặt | 1,512 |
Phiên Bản Hiện Tại | 9 |
Cập Nhật Lần Cuối | 2023-06-26 |
Ngày Phát Hành | 2018-12-27 |
Đánh Giá | 3.60/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Mint Developers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" }, "default_title": "Click the extension to exclude third party sellers on any product list pages on Amazon (e.g. search results). The icon changes if the exclusion succeeds." }, "description": "Click the extension to filter product lists on Amazon by excluding third-party sellers.", "manifest_version": 3, "name": "Amazon Only No Third Party Seller", "host_permissions": [ "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*" ], "permissions": [ "webRequest" ], "version": "9", "icons": { "128": "assets\/images\/html128.png", "16": "assets\/images\/html16.png", "32": "assets\/images\/html32.png", "48": "assets\/images\/html48.png" } } |