BOOTH Automatic Dark Mode Firefox

Examine source code of BOOTH Automatic Dark Mode

Inspect and view changes in BOOTH Automatic Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BOOTH Automatic Dark Mode",
  "version": "1.0.1",
  "description": "Forces dark mode on BOOTH.pm automatically.",
  "content_scripts": [
    {
      "matches": [
        "*://booth.pm/*",
        "*://accounts.booth.pm/*"
      ],
      "css": [
        "styles/basic-dark-mode.css"
      ],
      "js": [
        "scripts/auto-dark.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "browseraddons.opposing200@passmail.net",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Mejores alternativas BOOTH Automatic Dark Mode

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