Youtube Video Dislike and Analyzer

Youtube Video Dislike and Analyzer

Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Youtube Video Dislike and Analyzer",
  "description": "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.",
  "version": "2.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}