Walmart Only No Third Party Seller

Walmart Only No Third Party Seller

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "assets/images/html16.png",
      "32": "assets/images/html32.png",
      "48": "assets/images/html48.png",
      "128": "assets/images/html128.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": {
    "16": "assets/images/html16.png",
    "32": "assets/images/html32.png",
    "48": "assets/images/html48.png",
    "128": "assets/images/html128.png"
  }
}