Auto Dark Background Firefox

Examine source code of Auto Dark Background

Par : Gabriel
Inspect and view changes in Auto Dark Background source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Dark Background",
  "version": "1.0",
  "description": "Tự động đổi nền trang web thành đen mờ sau 10 phút không tương tác.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inactivity.js"
      ],
      "css": [
        "darkmode.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d7e72b1a-0d81-48da-94cb-74e52948ec50}"
    }
  }
}

Meilleures alternatives Auto Dark Background

Voici quelques Firefox add-ons qui sont similaires à Auto Dark Background :