FocusBlur Firefox

Examine source code of FocusBlur

By: Hieu
Inspect and view changes in FocusBlur source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FocusBlur",
  "version": "1.0.0",
  "description": "Làm mờ tất cả ảnh trừ ảnh bạn click để tập trung vào ảnh chính.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "focusblur-1764768665@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best FocusBlur Alternatives

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