Focus Cleaner Firefox

Examine source code of Focus Cleaner

Inspect and view changes in Focus Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Focus Cleaner",
  "version": "1.0",
  "description": "Ẩn các phần tử không mong muốn để tập trung vào nội dung chính.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "Ẩn phần tử gây xao nhãng"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "focuscleaner@example.com"
    }
  }
}

Best Focus Cleaner Alternatives

Here are some Firefox add-ons that are similar to Focus Cleaner: