Enhanced iFrame Protection Firefox

Examine source code of Enhanced iFrame Protection

By: odacavo
Inspect and view changes in Enhanced iFrame Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enhanced iFrame Protection",
  "version": "1.0.1",
  "description": "A lightweight extension to automatically detect and provide verbose warnings for embedded iframe elements in order to protect against Browser-In-The-Browser (BITB) attacks.",
  "author": "@odacavo",
  "icons": {
    "16": "/src/icons/icon16.png",
    "48": "/src/icons/icon48.png",
    "128": "/src/icons/icon128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/src/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cb4e9bd7-a555-48c0-baea-1d9a8cc42aac}"
    }
  }
}

Best Enhanced iFrame Protection Alternatives

Here are some Firefox add-ons that are similar to Enhanced iFrame Protection: