YouTube True Ratings

YouTube True Ratings

Surfaces video ratings (likes and dislikes) for related and featured videos.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "YouTube True Ratings",
  "manifest_version": 2,
  "version": "2.0",
  "description": "Surfaces video ratings (likes and dislikes) for related and featured videos.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://youtube.com/*",
        "*://www.youtube.com/*"
      ],
      "css": [
        "yt_rate.css"
      ],
      "js": [
        "jquery.min.js",
        "yt_rate.js"
      ]
    }
  ]
}