Target Only No Third Party Sellers

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

¿Qué es Target Only No Third Party Sellers?

Target Only No Third Party Sellers es una extensión de Chrome desarrollada por Mint Developers, y su función principal es "Click the extension to filter product lists on target.com by excluding third-party sellers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Target Only No Third Party Sellers

Descarga archivos de extensión Target Only No Third Party Sellers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
URL Oficial https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc
Descripción Click the extension to filter product lists on target.com by excluding third-party sellers.
Tamaño del Archivo 7.31 KB
Cantidad de Instalaciones 55
Versión Actual 1
Última Actualización 2021-06-21
Fecha de Publicación 2021-06-20
Desarrollador Mint Developers
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}