Automatic Dark Mode Switcher Firefox

Examine source code of Automatic Dark Mode Switcher

Por: e2bet
Inspect and view changes in Automatic Dark Mode Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Automatic Dark Mode Switcher",
  "version": "1.0",
  "description": "Automatically switch between dark and light modes based on system settings or time of day.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b05be57e-cb36-4da1-a01a-6fde4504092c}"
    }
  }
}

Mejores alternativas Automatic Dark Mode Switcher

Aquí hay algunas Firefox add-ons que son similares a Automatic Dark Mode Switcher: