Target Only No Third Party Sellers

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

O que é Target Only No Third Party Sellers?

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

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Target Only No Third Party Sellers

Baixe arquivos de extensão Target Only No Third Party Sellers 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 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.                    

Informações Básicas da Extensão

Nome 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
Descrição Click the extension to filter product lists on target.com by excluding third-party sellers.
Tamanho do Arquivo 7.31 KB
Contagem de Instalações 55
Versão Atual 1
Última Atualização 2021-06-21
Data de Publicação 2021-06-20
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": {
        "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"
}