ContentScreen YouTube

ContentScreen YouTube

Expands the YouTube Video to fill your entire content screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "eventPage.js"
    ]
  },
  "description": "Expands the YouTube Video to fill your entire content screen.",
  "homepage_url": "https://github.com/ds-hwang/contentscreen_youtube.git",
  "icons": {
    "16": "YouTubeWindowExpander_16x16.png",
    "48": "YouTubeWindowExpander_48x48.png",
    "128": "YouTubeWindowExpander_128x128.png"
  },
  "manifest_version": 2,
  "name": "ContentScreen YouTube",
  "page_action": {
    "default_icon": "YouTubeWindowExpander_25x25.png"
  },
  "permissions": [
    "tabs",
    "http://www.youtube.com/*",
    "https://www.youtube.com/*"
  ],
  "version": "0.2.1.0"
}