Target Only No Third Party Sellers

Target Only No Third Party Sellers

Click the extension to filter product lists on target.com 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": {
    "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"
}