Dark Mode

Dark Mode

With this extension you can enable dark mode on popular websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Dark Mode",
  "description": "With this extension you can enable dark mode on popular websites",
  "icons": {
    "128": "tynolertVanmol.png"
  },
  "version": "2.0",
  "permissions": [
    "storage",
    "<all_urls>",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "jiplerVolaert.html"
  },
  "background": {
    "scripts": [
      "hutymloPaqw.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [
        "*/chrome/newtab*"
      ],
      "js": [
        "nmaxrtadLopader.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "*.css"
  ]
}