Midnight Lizard Firefox

Examine source code of Midnight Lizard

提供元: midnightlizard Add-on
Inspect and view changes in Midnight Lizard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Midnight Lizard (MV2 example)",
  "version": "1.0.0",
  "description": "Simple color-theme extension (MV2) — injects CSS to apply a night-friendly theme. No remote code. No icons included.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Midnight Lizard",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "midnight_lizard_example@example.com",
      "strict_min_version": "60.0"
    }
  }
}

ベストのMidnight Lizard代替案

Midnight Lizardに類似したFirefox add-onをいくつか紹介します: