Everything Dark Firefox

Examine source code of Everything Dark

제작자: Max Add-on
Inspect and view changes in Everything Dark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Everything Dark",
  "version": "0.1.0",
  "description": "Adaptive dark mode for arbitrary websites with per-site controls.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "service_worker": "background/index.js"
  },
  "action": {
    "default_title": "Everything Dark",
    "default_popup": "popup/index.html"
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/bootstrap.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "everything-dark@example.local"
    }
  }
}

최고의 Everything Dark 대안

다음은 Everything Dark과(와) 유사한 Firefox add-on입니다: