ImageFocusGuard Firefox

Examine source code of ImageFocusGuard

Inspect and view changes in ImageFocusGuard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ImageFocusGuard",
  "version": "1.0",
  "description": "Blur all images on the page except the one you're hovering over to help focus.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1c082cc-28ba-43f7-8eee-8575776b70c9}"
    }
  }
}

Best ImageFocusGuard Alternatives

Here are some Firefox add-ons that are similar to ImageFocusGuard: