Dark Viewer Firefox

Examine source code of Dark Viewer

Inspect and view changes in Dark Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Extension",
  "version": "1.1",
  "description": "A simple dark mode for websites",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c27db854-75c4-4327-ab12-b3d44f7fb6d1}"
    }
  }
}

Best Dark Viewer Alternatives

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