Walmart Only No Third Party Seller

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

¿Qué es Walmart Only No Third Party Seller?

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

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Walmart Only No Third Party Seller

Descarga archivos de extensión Walmart Only No Third Party Seller 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 Walmart, do you sometimes want to see only products sold by Walmart.com, not by third party sellers? This extension does the filtering for you.

How to use this extension: click the extension to filter out third-party sellers, when you are on a product list page (for example: a product search result page) from Walmart.                    

Información Básica de la Extensión

Nombre Walmart Only No Third Party Seller Walmart Only No Third Party Seller
ID jeoigkpfpgffhdiceflednochpdciahj
URL Oficial https://chromewebstore.google.com/detail/walmart-only-no-third-par/jeoigkpfpgffhdiceflednochpdciahj
Descripción Click the extension to filter product lists on Walmart by excluding third-party sellers.
Tamaño del Archivo 21.39 KB
Cantidad de Instalaciones 1,379
Versión Actual 5
Última Actualización 2023-06-26
Fecha de Publicación 2020-08-30
Calificación 3.42/5 Total de 12 Calificaciones
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": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/images\/html128.png",
            "16": "assets\/images\/html16.png",
            "32": "assets\/images\/html32.png",
            "48": "assets\/images\/html48.png"
        },
        "default_title": "Click the extension to exclude third party sellers on any product list pages on Walmart (e.g. search results). The icon changes if the exclusion succeeds."
    },
    "description": "Click the extension to filter product lists on Walmart by excluding third-party sellers.",
    "manifest_version": 3,
    "name": "Walmart Only No Third Party Seller",
    "host_permissions": [
        "http:\/\/*.walmart.com\/*",
        "https:\/\/*.walmart.com\/*"
    ],
    "permissions": [
        "webRequest"
    ],
    "version": "5",
    "icons": {
        "128": "assets\/images\/html128.png",
        "16": "assets\/images\/html16.png",
        "32": "assets\/images\/html32.png",
        "48": "assets\/images\/html48.png"
    }
}