Dark Mode for HackerNews Firefox

Examine source code of Dark Mode for HackerNews

Por: Tej
Inspect and view changes in Dark Mode for HackerNews source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Dark mode for HackerNews",
  "manifest_version": 2,
  "name": "Dark mode for HackerNews",
  "version": "2.2",
  "homepage_url": "https://github.com/tpkahlon/dark-mode-hackernews",
  "icons": {
    "512": "icons/border-512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  }
}

Melhores alternativas Dark Mode for HackerNews

Aqui estão algumas Firefox add-ons que são similares a Dark Mode for HackerNews: