Awesome XFrame For Site Extension
Awesome extension to ignore xframe header errors for only a single initiator.
什么是Awesome XFrame For Site Extension?
Awesome XFrame For Site Extension是由https://www.upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Awesome extension to ignore xframe header errors for only a single initiator.”。
扩展截图
下载Awesome XFrame For Site Extension扩展crx文件
下载Awesome XFrame For Site Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Awesome XFrame For Site Extension does the following:
1) Go to options.
2) Enter a host, protocol+domain (example: http://localhost:8080).
3) When the initiator matches this host, the content-security-policy and x-frame-options headers will be removed. 扩展基本信息
| 名称 | |
| ID | jdimfndpfamcnhdhiblhnicoadldlccg |
| 官方URL | https://chromewebstore.google.com/detail/awesome-xframe-for-site-e/jdimfndpfamcnhdhiblhnicoadldlccg |
| 简介 | Awesome extension to ignore xframe header errors for only a single initiator. |
| 文件大小 | 25.73 KB |
| 安装次数 | 25 |
| 当前版本 | 1.0.0.0 |
| 更新时间 | 2020-06-20 |
| 上架时间 | 2020-06-20 |
| 开发者 | https://www.upway2late.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://upway2late.com/#/projects/buttons-project |
| 帮助页面URL | http://upway2late.com/#/projects/buttons-project |
| 隐私政策页面URL | http://www.upway2late.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Awesome XFrame For Site Extension",
"version": "1.0.0.0",
"description": "Awesome extension to ignore xframe header errors for only a single initiator.",
"icons": {
"16": "xframe_for_site_16.png",
"48": "xframe_for_site_48.png",
"128": "xframe_for_site_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"browser_action": {
"default_icon": "xframe_for_site_19.png",
"default_title": "Awesome XFrame For Site Extension"
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |