Target Only No Third Party Sellers

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

Co to jest Target Only No Third Party Sellers?

Target Only No Third Party Sellers to rozszerzenie Chrome opracowane przez Mint Developers, a jego główną funkcją jest „Click the extension to filter product lists on target.com by excluding third-party sellers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Target Only No Third Party Sellers

Pobierz pliki rozszerzeń Target Only No Third Party Sellers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
Oficjalny URL https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc
Opis Click the extension to filter product lists on target.com by excluding third-party sellers.
Rozmiar pliku 7.31 KB
Liczba instalacji 55
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-06-21
Data Publikacji 2021-06-20
Deweloper Mint Developers
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}