Dark Mode Toggle Firefox

Examine source code of Dark Mode Toggle

제작자: Sevyn Ramirez
Inspect and view changes in Dark Mode Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Toggle",
  "version": "1.1",
  "description": "Force dark mode on any webpage with one click",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a3c1b6f2-d925-457c-98e5-ca3461ba03d7}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/ico16.png",
    "32": "icons/ico32.png",
    "48": "icons/ico48.png",
    "96": "icons/ico96.png",
    "128": "icons/ico128.png"
  },
  "browser_action": {
    "default_popup": "gui/main.html",
    "default_icon": {
      "16": "icons/ico16.png",
      "32": "icons/ico32.png",
      "48": "icons/ico48.png",
      "96": "icons/ico96.png",
      "128": "icons/ico128.png"
    }
  },
  "background": {
    "scripts": [
      "core/bg.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ]
}

최고의 Dark Mode Toggle 대안

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