Target Only No Third Party Sellers
Click the extension to filter product lists on target.com by excluding third-party sellers.
什么是Target Only No Third Party Sellers?
Target Only No Third Party Sellers是由Mint Developers开发的Chrome扩展程序,该扩展的主要功能是“Click the extension to filter product lists on target.com by excluding third-party sellers.”。
扩展截图
下载Target Only No Third Party Sellers扩展crx文件
下载Target Only No Third Party Sellers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When you search products on target.com, do you sometimes want to see only products sold by Target, not by third party sellers? This extension does the filtering for you.
扩展基本信息
名称 | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
官方URL | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
简介 | Click the extension to filter product lists on target.com by excluding third-party sellers. |
文件大小 | 7.31 KB |
安装次数 | 55 |
当前版本 | 1 |
更新时间 | 2021-06-21 |
上架时间 | 2021-06-20 |
开发者 | Mint Developers |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/nonfiltered16.png", "48": "icons\/nonfiltered48.png", "128": "icons\/nonfiltered128.png" }, "default_title": "Click the extension to exclude third party sellers on target.com." }, "description": "Click the extension to filter product lists on target.com by excluding third-party sellers.", "manifest_version": 2, "name": "Target Only No Third Party Sellers", "permissions": [ "*:\/\/*.target.com\/*" ], "version": "1" } |