Night Mode for YouTube™

Night Mode for YouTube™

We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "128.670c828d.png",
    "48": "128.670c828d.png",
    "128": "128.670c828d.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": "128.670c828d.png",
    "default_title": "Turn On YouTube Dark Mode"
  },
  "version": "2.0.1",
  "author": "Plasmo Corp. <[email protected]>",
  "name": "Night Mode for YouTube™",
  "description": "We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "declarativeNetRequest",
    "alarms"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/disable.png",
        "assets/enable.png"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}