Mirror Video

Mirror Video

Allows you to mirror a video within the web page, services such as YouTube and Twitch are supported, but it works on the majority of sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "mirror-video",
  "description": "Make video output a mirror image",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "mirrorVideo.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Mirror Video",
    "default_icon": "icons/mirror.svg"
  }
}