Target Only No Third Party Sellers

Click the extension to filter product lists on target.com by excluding third-party sellers.

Wat is Target Only No Third Party Sellers?

Target Only No Third Party Sellers is een Chrome-extensie ontwikkeld door Mint Developers, en de belangrijkste functie is "Click the extension to filter product lists on target.com by excluding third-party sellers.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Target Only No Third Party Sellers

Download Target Only No Third Party Sellers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
Officiële URL https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc
Beschrijving Click the extension to filter product lists on target.com by excluding third-party sellers.
Bestandsgrootte 7.31 KB
Aantal Installaties 55
Huidige Versie 1
Laatst Bijgewerkt 2021-06-21
Publicatiedatum 2021-06-20
Ontwikkelaar Mint Developers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}