Focus Blocker when in use Firefox

Examine source code of Focus Blocker when in use

By: dinhthi
Inspect and view changes in Focus Blocker when in use source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Blocker",
  "version": "1.0",
  "description": "Chặn các từ khóa gây xao nhãng bằng cách làm mờ hoặc ẩn chúng.",
  "permissions": [
    "storage",
    "activeTab",
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_title": "Focus Blocker",
    "default_popup": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{569bb69a-54f1-46d6-9b6d-7efc91c4274d}"
    }
  }
}

Best Focus Blocker when in use Alternatives

Here are some Firefox add-ons that are similar to Focus Blocker when in use: