Youtube money views

Youtube money views

Show how much a video is making money

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube money views",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "Show how much a video is making money",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "basic.css"
      ],
      "js": [
        "js/jquery-1.11.2.min.js",
        "contentscript.js"
      ]
    }
  ]
}