Video Controller

Video Controller

Control your online videos. Send videos to VLC or play in a new tab with 1 click. Avoid ad's and resource hungry websites. Watch in full screen, even if the originating website doesn't allow it. Watch multiple videos from multiple sites at once.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background/runtime.js",
      "background/background.js"
    ]
  },
  "content_scripts": [],
  "content_security_policy": "script-src 'self' blob:; object-src 'self';",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "icons": {
    "48": "icon/icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "options_ui": {
    "page": "options/options.html"
  },
  "page_action": {
    "default_icon": "icon/page_action_default.png",
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_title_page_action_default__"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "webRequest",
    "webNavigation"
  ],
  "version": "0.0.17b"
}