Simple Dark Mode Firefox

Examine source code of Simple Dark Mode

By: V999
Inspect and view changes in Simple Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Dark Mode",
  "version": "1.0",
  "description": "Chuyển giao diện web sang nền tối đơn giản.",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "scripting",
    "tabs"
  ],
  "action": {
    "default_title": "Bật/tắt chế độ nền tối"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "simple-dark-mode@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Simple Dark Mode Alternatives

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