Dark Mode Master Firefox

Examine source code of Dark Mode Master

Inspect and view changes in Dark Mode Master source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Master",
  "version": "2.1.0",
  "description": "Free dark mode for all websites. Easy on the eyes. One-click toggle to switch any website to a comfortable dark theme.",
  "author": "AnalyticsCore Studio",
  "homepage_url": "https://darkmodemaster.io",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Dark Mode Master",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-darkreader@analytics-tools.firefox",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Dark Mode Master

Voici quelques Firefox add-ons qui sont similaires à Dark Mode Master :