Image Darkroom Filter Firefox

Examine source code of Image Darkroom Filter

Inspect and view changes in Image Darkroom Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Darkroom Filter",
  "version": "1.0",
  "description": "Adjust brightness and contrast of images on any webpage.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{22cf3a65-797e-4f20-aa2c-bb10f8f1c8cc}",
      "strict_min_version": "115.0"
    }
  }
}

Best Image Darkroom Filter Alternatives

Here are some Firefox add-ons that are similar to Image Darkroom Filter: