Dark Mode Plus Firefox

Examine source code of Dark Mode Plus

Inspect and view changes in Dark Mode Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Plus",
  "version": "1.0",
  "description": "Enable a clean and fast dark mode on any website.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Toggle Dark Mode Plus",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "darkmodeplus@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>"
  ]
}

Best Dark Mode Plus Alternatives

Here are some Firefox add-ons that are similar to Dark Mode Plus: