Walmart Only No Third Party Seller

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

Cos'è Walmart Only No Third Party Seller?

Walmart Only No Third Party Seller è un'estensione di Chrome sviluppata da Mint Developers, e la sua funzione principale è "Click the extension to filter product lists on Walmart by excluding third-party sellers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Walmart Only No Third Party Seller

Scarica i file di estensione Walmart Only No Third Party Seller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Walmart Only No Third Party Seller Walmart Only No Third Party Seller
ID jeoigkpfpgffhdiceflednochpdciahj
URL Ufficiale https://chromewebstore.google.com/detail/walmart-only-no-third-par/jeoigkpfpgffhdiceflednochpdciahj
Descrizione Click the extension to filter product lists on Walmart by excluding third-party sellers.
Dimensione del File 21.39 KB
Conteggio Installazioni 1,379
Versione Corrente 5
Ultimo Aggiornamento 2023-06-26
Data di Pubblicazione 2020-08-30
Valutazione 3.42/5 Totale 12 Valutazioni
Sviluppatore Mint Developers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}