Target Only No Third Party Sellers

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

Qu'est-ce que Target Only No Third Party Sellers ?

Target Only No Third Party Sellers est une extension Chrome développée par Mint Developers, et sa fonction principale est "Click the extension to filter product lists on target.com by excluding third-party sellers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Target Only No Third Party Sellers

Téléchargez les fichiers d'extension Target Only No Third Party Sellers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
URL Officiel 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.
Taille du Fichier 7.31 KB
Nombre d'Installations 55
Version Actuelle 1
Dernière Mise à Jour 2021-06-21
Date de Publication 2021-06-20
Développeur Mint Developers
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}