Youtube Fullscreen & Share

Youtube Fullscreen & Share

Watch and share your YouTube video on full-screen mode easily with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon_deactive-36.png"
  },
  "description": "Watch and share your YouTube video on full-screen mode easily with just one click.",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "manifest_version": 2,
  "name": "Youtube Fullscreen & Share",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "tabs",
    "http://www.youtube.com/",
    "https://www.youtube.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.4"
}