The Lights Off

The Lights Off

You can view the YouTube™ videos as though you were in a movie theatre.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.6",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "light-off",
  "description": "__MSG_extShortDesc__",
  "homepage_url": "https://www.downloadhub.cloud/2023/01/lights.html",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>",
    "storage",
    "theme"
  ],
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/inject.js"
      ],
      "css": [
        "lib/inject.css"
      ]
    }
  ],
  "browser_action": {
    "browser_style": false,
    "default_title": "__MSG_extName__",
    "default_icon": {
      "32": "data/icons/icon-disabled-32.png",
      "38": "data/icons/icon-disabled-38.png",
      "128": "data/icons/icon-disabled-128.png"
    }
  },
  "icons": {
    "32": "data/icons/icon-32.png",
    "38": "data/icons/icon-38.png",
    "128": "data/icons/icon-128.png",
    "512": "data/icons/icon-512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2273c3af-e827-4f00-84f4-a92dcde836d0}"
    }
  }
}