Website Dimmer Firefox

Examine source code of Website Dimmer

By: no9
Inspect and view changes in Website Dimmer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Dimmer",
  "description": "NIGHT MODE FOR ALL WEBSITES. It darkens backgrounds of html based webpages.",
  "version": "0.6601",
  "author": "no9org@gmail.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*"
      ],
      "js": [
        "WDScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "file:///*/*"
  ],
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Website Dimmer"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "{13829a7c-9eef-4ab7-9470-45950dd89086}",
      "strict_min_version": "55.0"
    }
  }
}

Best Website Dimmer Alternatives

Here are some Firefox add-ons that are similar to Website Dimmer: