Window Expander For YouTube

Window Expander For YouTube

Expands the YouTube Video to fill your entire web browser Window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "page_action": {
    "default_icon": "YouTubeWindowExpander_25x25.png"
  },
  "web_accessible_resources": [
    "resolution.js"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Expands the YouTube Video to fill your entire web browser Window.",
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "name": "Window Expander For YouTube",
  "permissions": [
    "tabs",
    "http://www.youtube.com/*",
    "https://www.youtube.com/*"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "YouTubeWindowExpander_16x16.png",
    "48": "YouTubeWindowExpander_48x48.png",
    "128": "YouTubeWindowExpander_128x128.png"
  },
  "manifest_version": 2,
  "version": "2.3"
}