Fullscreen Window for YouTube™

Fullscreen Window for YouTube™

Removes junk and makes the YouTube™ Video Fullscreen. Navigate to a YouTube™ video and click the extension-button for a new window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fullscreen Window for YouTube™",
  "version": "0.13",
  "description": "Removes junk and makes the YouTube™ Video Fullscreen. Navigate to a YouTube™ video and click the extension-button for a new window.",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "yt-windowed.png",
    "default_title": "Youtube Panel Window"
  },
  "icons": {
    "128": "yt-windowed.png"
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2
}