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.7",
  "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"
  ],
  "default_locale": "en",
  "browser_action": {
    "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": "{70f7f667-11d2-4bfa-83bd-0c51059c08b5}"
    }
  }
}