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?
Amazon Only No Third Party Seller是由Mint Developers开发的Chrome扩展程序,该扩展的主要功能是“Click the extension to filter product lists on Amazon by excluding third-party sellers.”。
扩展截图
下载Amazon Only No Third Party Seller扩展crx文件
下载Amazon Only No Third Party Seller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :)
扩展基本信息
名称 | Amazon Only No Third Party Seller |
ID | dlhfoonhibklalmcfagfcnacegdgbdgm |
官方URL | https://chromewebstore.google.com/detail/amazon-only-no-third-part/dlhfoonhibklalmcfagfcnacegdgbdgm |
简介 | Click the extension to filter product lists on Amazon by excluding third-party sellers. |
文件大小 | 18.73 KB |
安装次数 | 1,512 |
当前版本 | 9 |
更新时间 | 2023-06-26 |
上架时间 | 2018-12-27 |
评分 | 3.60/5 共15次评分 |
开发者 | Mint Developers |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |