Filtered Interview Extension Firefox

Examine source code of Filtered Interview Extension

Inspect and view changes in Filtered Interview Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Filtered Interview Extension",
  "description": "This browser extension is developed primary for https://www.filtered.ai.",
  "version": "5.2",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "assets/logo128.png"
  },
  "icons": {
    "16": "assets/logo16.png",
    "48": "assets/logo48.png",
    "128": "assets/logo128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js",
      "underscore-min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.filtered.ai/interview/home/*",
        "https://*.filtered.ai/interview/room/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}

Best Filtered Interview Extension Alternatives

Here are some Firefox add-ons that are similar to Filtered Interview Extension: