Quick Dark Mode Toggle Firefox

Examine source code of Quick Dark Mode Toggle

Por: Hi Phung
Inspect and view changes in Quick 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": "Quick Dark Mode Toggle",
  "version": "1.0",
  "description": "Nút chuyển đổi nhanh giữa chế độ sáng và tối trên mọi trang web. Tùy chỉnh màu sắc theo sở thích.",
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon.png"
    },
    "default_title": "Toggle Dark Mode",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c9a56d9e-e97a-4ac3-8032-848fe7a71806}"
    }
  }
}

Mejores alternativas Quick Dark Mode Toggle

Aquí hay algunas Firefox add-ons que son similares a Quick Dark Mode Toggle: