ignore-x-frame-options
ignore x-frame-options
什么是ignore-x-frame-options?
ignore-x-frame-options是由hotari开发的Chrome扩展程序,该扩展的主要功能是“ignore x-frame-options”。
扩展截图
下载ignore-x-frame-options扩展crx文件
下载ignore-x-frame-options扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.
Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.
You can solve this problem by just installing ignore-x-frame-options.
Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only. 扩展基本信息
| 名称 | |
| ID | ammjifkhlacaphegobaekhnapdjmeclo |
| 官方URL | https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo |
| 简介 | ignore x-frame-options |
| 文件大小 | 3.66 KB |
| 安装次数 | 1,438 |
| 当前版本 | 1 |
| 更新时间 | 2022-07-06 |
| 上架时间 | 2022-07-05 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | hotari |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/HotariTobu/ignore-x-frame-options |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ignore-x-frame-options",
"description": "ignore x-frame-options",
"version": "1",
"manifest_version": 3,
"icons": {
"16": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
" | |