Walmart Only No Third Party Seller

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

O que é Walmart Only No Third Party Seller?

Walmart Only No Third Party Seller é uma extensão do Chrome desenvolvida por Mint Developers, e sua principal característica é "Click the extension to filter product lists on Walmart by excluding third-party sellers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Walmart Only No Third Party Seller

Baixe arquivos de extensão Walmart Only No Third Party Seller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Click the extension to filter product lists on Walmart by excluding third-party sellers.
Tamanho do Arquivo 21.39 KB
Contagem de Instalações 1,379
Versão Atual 5
Última Atualização 2023-06-26
Data de Publicação 2020-08-30
Classificação 3.42/5 Total de 12 Avaliações
Desenvolvedor Mint Developers
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}