No Noni

No Noni

No Noni gets rid of the Noni Bot in www.7CupsOfTea.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "No Noni",
  "manifest_version": 2,
  "version": "1.0",
  "description": "No Noni gets rid of the Noni Bot in www.7CupsOfTea.com",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery-1.11.2.js",
        "js/no-noni.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "http://*/*"
  ]
}