Comment Hider for YouTube™

Comment Hider for YouTube™

Adds a button below the video description to hide/show the comments (for YouTube™)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Comment Hider for YouTube™",
  "description": "Adds a button below the video description to hide/show the comments (for YouTube™)",
  "version": "0.5",
  "manifest_version": 2,
  "icons": {
    "16": "app_icon_16.png",
    "48": "app_icon_48.png",
    "128": "app_icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "ht_yct.js"
      ],
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}