Cook's Illustrated Exclusive Search

Cook's Illustrated Exclusive Search

Fixes Cook's Illustrated search to remove advertisements for other network sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cook's Illustrated Exclusive Search",
  "version": "0.1.0",
  "description": "Fixes Cook's Illustrated search to remove advertisements for other network sites",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.cooksillustrated.com/*"
      ]
    }
  ]
}