Toggle YouTube Comments

Toggle YouTube Comments

Allows you to turn YouTube comments on or off.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Toggle YouTube Comments",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Allows you to turn YouTube comments on or off.",
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ]
    }
  ],
  "permissions": [],
  "options_page": "options.html"
}