ignore X-Frame-Options
解决谷歌等页面无法在iframe中引用的问题
什么是ignore X-Frame-Options?
ignore X-Frame-Options是由younsyue开发的Chrome扩展程序,该扩展的主要功能是“解决谷歌等页面无法在iframe中引用的问题”。
扩展截图
下载ignore X-Frame-Options扩展crx文件
下载ignore X-Frame-Options扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a or 扩展基本信息
| 名称 | |
| ID | dibpjejofkkejnndlfjokflmnkekjkpn |
| 官方URL | https://chromewebstore.google.com/detail/ignore-x-frame-options/dibpjejofkkejnndlfjokflmnkekjkpn |
| 简介 | 解决谷歌等页面无法在iframe中引用的问题 |
| 文件大小 | 3.37 KB |
| 安装次数 | 2,205 |
| 当前版本 | 1.0 |
| 更新时间 | 2014-03-01 |
| 上架时间 | 2014-03-01 |
| 评分 | 3.50/5 共4次评分 |
| 开发者 | younsyue |
| 付费类型 | in_app |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ignore X-Frame-Options",
"version": "1.0",
"description": "\u89e3\u51b3\u8c37\u6b4c\u7b49\u9875\u9762\u65e0\u6cd5\u5728iframe\u4e2d\u5f15\u7528\u7684\u95ee\u9898",
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"manifest_version": 2
} | |