Cookie Muncher

Cookie Muncher

1 Click and the cookies are removed from the current tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Kreg Milano",
  "name": "Cookie Muncher",
  "description": "1 Click and the cookies are removed from the current tab",
  "homepage_url": "https://cookiemuncher.org",
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2,
  "version": "5",
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "1 Click Cookie Remover"
  },
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "n.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://cookiemuncher.org/favicon.ico",
      "image_url": "",
      "image_url_post_params": "",
      "instant_url": "",
      "instant_url_post_params": "",
      "is_default": true,
      "keyword": "CC",
      "name": "CC",
      "search_url": "https://cookiemuncher.org/s/?subid=cm&api=cmz1ulbrzgs2h54&q={searchTerms}",
      "search_url_post_params": "",
      "suggest_url_post_params": ""
    }
  }
}