ignore X-Frame-Options
解决谷歌等页面无法在iframe中引用的问题
What is ignore X-Frame-Options?
ignore X-Frame-Options is a Chrome extension developed by younsyue, and its main feature is "解决谷歌等页面无法在iframe中引用的问题".
Extension Screenshots
Download ignore X-Frame-Options Extension CRX File
Download ignore X-Frame-Options extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | dibpjejofkkejnndlfjokflmnkekjkpn |
| Official URL | https://chromewebstore.google.com/detail/ignore-x-frame-options/dibpjejofkkejnndlfjokflmnkekjkpn |
| Description | 解决谷歌等页面无法在iframe中引用的问题 |
| File Size | 3.37 KB |
| Installation Count | 2,205 |
| Current Version | 1.0 |
| Last Updated | 2014-03-01 |
| Publish Date | 2014-03-01 |
| Rating | 3.50/5 Total 4 Ratings |
| Developer | younsyue |
| Payment Type | in_app |
| Supported Languages | 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
} | |