ignore-x-frame-headers
ignore-x-frame-headers
什么是ignore-x-frame-headers?
ignore-x-frame-headers是由csonlai开发的Chrome扩展程序,该扩展的主要功能是“ignore-x-frame-headers”。
扩展截图
下载ignore-x-frame-headers扩展crx文件
下载ignore-x-frame-headers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
去掉x-frame-headers 兼容视频iframe内展示样式
扩展基本信息
名称 | ignore-x-frame-headers |
ID | ohgdnhkppgeemnmjebhedjneajcedppf |
官方URL | https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf |
简介 | ignore-x-frame-headers |
文件大小 | 6.85 KB |
安装次数 | 142 |
当前版本 | 1.0.1 |
更新时间 | 2021-09-01 |
上架时间 | 2021-07-01 |
开发者 | csonlai |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ignore-x-frame-headers", "version": "1.0.1", "description": "ignore-x-frame-headers", "manifest_version": 2, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "ignore-x-frame-headers" }, "background": { "scripts": [ "background\/ignore-x-frame-headers.js", "background\/ignore-request-headers.js", "background\/set-cookie-headers.js" ] }, "content_scripts": [ { "js": [ "content\/iframe\/parent.js", "content\/iframe\/child.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "webRequest", "webRequestBlocking", " |