Walmart Only No Third Party Seller

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

什么是Walmart Only No Third Party Seller?

Walmart Only No Third Party Seller是由Mint Developers开发的Chrome扩展程序,该扩展的主要功能是“Click the extension to filter product lists on Walmart by excluding third-party sellers.”。

扩展截图

screenshot

下载Walmart Only No Third Party Seller扩展crx文件

下载Walmart Only No Third Party Seller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Walmart Only No Third Party Seller Walmart Only No Third Party Seller
ID jeoigkpfpgffhdiceflednochpdciahj
官方URL https://chromewebstore.google.com/detail/walmart-only-no-third-par/jeoigkpfpgffhdiceflednochpdciahj
简介 Click the extension to filter product lists on Walmart by excluding third-party sellers.
文件大小 21.39 KB
安装次数 1,379
当前版本 5
更新时间 2023-06-26
上架时间 2020-08-30
评分 3.42/5 共12次评分
开发者 Mint Developers
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}