Udacity instructor notes above player

Udacity instructor notes above player

Moves Udacity's instructor notes above the video player.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "instructorizer.js"
      ],
      "matches": [
        "https://www.udacity.com/course/viewer*"
      ]
    }
  ],
  "description": "Moves Udacity's instructor notes above the video player.",
  "manifest_version": 2,
  "name": "Udacity instructor notes above player",
  "version": "0.3"
}