iFrame Allow

iFrame Allow

Ignores X-Frame-Options to allow iFrames for all web pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iFrame Allow",
  "description": "Ignores X-Frame-Options to allow iFrames for all web pages.",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}