Focus Filter Firefox

Examine source code of Focus Filter

Inspect and view changes in Focus Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Filter",
  "version": "1.0",
  "description": "Allows only human speech audio, blocks background sounds.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "focus.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc5adc21-b14c-414b-8341-d63d4b1a3bb6}"
    }
  }
}

Best Focus Filter Alternatives

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