Target Only No Third Party Sellers

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

Apa itu Target Only No Third Party Sellers?

Target Only No Third Party Sellers adalah ekstensi Chrome yang dikembangkan oleh Mint Developers, dan fitur utamanya adalah "Click the extension to filter product lists on target.com by excluding third-party sellers.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Target Only No Third Party Sellers

Unduh file ekstensi Target Only No Third Party Sellers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
URL Resmi https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc
Deskripsi Click the extension to filter product lists on target.com by excluding third-party sellers.
Ukuran File 7.31 KB
Jumlah Instalasi 55
Versi Saat Ini 1
Terakhir Diperbarui 2021-06-21
Tanggal Publikasi 2021-06-20
Pengembang Mint Developers
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}