Youtube™ UI Re-Centerer

Youtube™ UI Re-Centerer

Recenters YouTube UI, rather then it being on the left.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [],
      "js": [
        "script.js"
      ],
      "matches": [
        "http://www.youtube.com/",
        "http://www.youtube.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Recenters YouTube UI, rather then it being on the left.",
  "name": "Youtube™ UI Re-Centerer",
  "version": "0.1"
}