Enter Dark Mode Firefox

Examine source code of Enter Dark Mode

By: G. Add-on
Inspect and view changes in Enter Dark Mode source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Force Dark Mode",
  "version": "1.0.0",
  "description": "Forces dark mode on all websites using CSS inversion and custom overrides.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "force-dark-mode@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Force Dark Mode"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/darkmode.js"
      ],
      "css": [
        "content/darkmode.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ]
}

Best Enter Dark Mode Alternatives

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