MirrorPlay : Youtube Mirror

MirrorPlay : Youtube Mirror

An Extension to laterally invert youtube videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MirrorPlay : Youtube Mirror",
  "version": "1.0.0",
  "action": {
    "default_icon": "YT.png",
    "default_popup": "popup.html",
    "default_title": "A popup will come here"
  },
  "description": "An Extension to laterally invert youtube videos",
  "icons": {
    "16": "YT_16.png",
    "32": "YT_32.png",
    "48": "YT_48.png",
    "128": "YT_128.png"
  },
  "chrome_url_overrides": {},
  "commands": {},
  "content_scripts": [
    {
      "js": [
        "userscript.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "content_security_policy": {},
  "permissions": [
    "tabs"
  ]
}