Examine source code of YouTube Night Mode Scheduler Plus

Inspect and view changes in YouTube Night Mode Scheduler Plus source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Night Mode Scheduler",
  "version": "1.4",
  "description": "Automatically enables YouTube's dark mode after 7 PM for a more comfortable viewing experience during the evening hours. The extension seamlessly switches to dark mode at night and returns to light mode in the morning, helping reduce eye strain while you watch your favorite videos",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4a47b208-741f-4d05-aa4f-1afa20f7e21b}"
    }
  }
}