YouTube Infolizer 3000 - Indie Intellect

YouTube Infolizer 3000 - Indie Intellect

The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube Infolizer 3000 - Indie Intellect",
  "version": "1.23",
  "description": "The YT Infolizer 3000 adds important engagement metrics to YouTube video pages, including color coding.",
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "browser_action": {
    "name": "Manipulate DOM",
    "icons": [
      "icon.png"
    ],
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.2.min.js",
        "arrive.min.js",
        "background.js"
      ],
      "css": [
        "customStyles.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}