Target Only No Third Party Sellers

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

什麼是Target Only No Third Party Sellers?

Target Only No Third Party Sellers是由Mint Developers開發的Chrome擴展程式,該擴展的主要功能是“Click the extension to filter product lists on target.com by excluding third-party sellers.”。

擴展截圖

screenshot

下載Target Only No Third Party Sellers擴展crx文件

下載Target Only No Third Party Sellers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Target Only No Third Party Sellers Target Only No Third Party Sellers
ID gehbhphmdmkddihgehnfmcdaedeifmhc
官方網址 https://chromewebstore.google.com/detail/target-only-no-third-part/gehbhphmdmkddihgehnfmcdaedeifmhc
簡介 Click the extension to filter product lists on target.com by excluding third-party sellers.
檔案大小 7.31 KB
安裝次數 55
目前版本 1
更新時間 2021-06-21
上架時間 2021-06-20
開發者 Mint Developers
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}