Target Only No Third Party Sellers
Click the extension to filter product lists on target.com by excluding third-party sellers.
What is Target Only No Third Party Sellers?
Target Only No Third Party Sellers is a Chrome extension developed by Mint Developers, and its main feature is "Click the extension to filter product lists on target.com by excluding third-party sellers.".
Extension Screenshots
Download Target Only No Third Party Sellers Extension CRX File
Download Target Only No Third Party Sellers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Target Only No Third Party Sellers |
ID | gehbhphmdmkddihgehnfmcdaedeifmhc |
Official URL | https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc |
Description | Click the extension to filter product lists on target.com by excluding third-party sellers. |
File Size | 7.31 KB |
Installation Count | 55 |
Current Version | 1 |
Last Updated | 2021-06-21 |
Publish Date | 2021-06-20 |
Developer | Mint Developers |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |