Dark Reader Firefox

Examine source code of Dark Reader

Inspect and view changes in Dark Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Reader (MV2 example)",
  "version": "1.0.0",
  "description": "Simple Dark Reader-like extension (MV2) — applies a dark theme via CSS injection. No remote code. No icons included.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Dark Reader",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "dark_reader_example@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Dark Reader Alternatives

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