Return YouTube Dislike Count and Ratio

Return YouTube Dislike Count and Ratio

Returns dislikes and ratio back to YouTube

Additional files are visible only to premium users

manifest.json


{
  "author": "NiceL",
  "browser_action": {
    "default_icon": {
      "16": "icons/128_2.png"
    }
  },
  "icons": {
    "128": "icons/128_2.png"
  },
  "content_scripts": [
    {
      "js": [
        "dislike.js"
      ],
      "matches": [
        "*://youtube.com/*",
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Returns dislikes and ratio back to YouTube",
  "manifest_version": 2,
  "name": "Return YouTube Dislike Count and Ratio",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8"
}