YouApprove

YouApprove

YouApprove lets you see what other users think of a video without having to view it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "youapprove.css"
      ],
      "js": [
        "jquery-1.8.3.min.js",
        "youapprove.user.js"
      ],
      "matches": [
        "http://*.youtube.com/*",
        "https://*.youtube.com/*",
        "http://www.youtube.com/",
        "https://www.youtube.com/"
      ]
    }
  ],
  "description": "YouApprove lets you see what other users think of a video without having to view it",
  "name": "YouApprove",
  "version": "1.0.0.7",
  "minimum_chrome_version": "19.0",
  "permissions": [
    "http://*.youtube.com/*",
    "https://*.youtube.com/*",
    "http://www.youtube.com/",
    "https://www.youtube.com/"
  ],
  "icons": {
    "128": "thumbs_up_icon_128.png"
  }
}