Remove X-Frame-Options Header Firefox

Examine source code of Remove X-Frame-Options Header

제작자: Callaghan
Inspect and view changes in Remove X-Frame-Options Header source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "Nikon the Third",
  "homepage_url": "https://github.com/nikonthethird/RemoveXFrameOptions",
  "name": "Remove X-Frame-Options Header",
  "version": "1.0",
  "description": "Removes the X-Frame-Options header from all responses.",
  "icons": {
    "48": "Icons/48.png",
    "96": "Icons/96.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "remove_x_frame_options@nikon.the.third"
    }
  }
}

최고의 Remove X-Frame-Options Header 대안

다음은 Remove X-Frame-Options Header과(와) 유사한 Firefox add-on입니다: