StackOverflow dark theme Firefox

Examine source code of StackOverflow dark theme

Par : tushisvet
Inspect and view changes in StackOverflow dark theme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StackOverflow improvements addon",
  "version": "2.4",
  "permissions": [
    "http://stackoverflow.com/*",
    "https://stackoverflow.com/*",
    "storage"
  ],
  "options_ui": {
    "page": "opts.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.stackoverflow.com/*",
        "https://*.stackoverflow.com/*"
      ],
      "exclude_matches": [
        "https://meta.stackoverflow.com/*"
      ],
      "js": [
        "j.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{07ebc3d5-5116-44e5-b072-74c13d9936b0}"
    }
  }
}

Meilleures alternatives StackOverflow dark theme

Voici quelques Firefox add-ons qui sont similaires à StackOverflow dark theme :