Load LinkedIn in iFrame
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
什么是Load LinkedIn in iFrame?
Load LinkedIn in iFrame是由rajeev.prabhu开发的Chrome扩展程序,该扩展的主要功能是“Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.”。
扩展截图
下载Load LinkedIn in iFrame扩展crx文件
下载Load LinkedIn in iFrame扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
扩展基本信息
名称 | |
ID | baolmeaifocmelmonlkelchblidfgmgo |
官方URL | https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo |
简介 | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn. |
文件大小 | 4.51 KB |
安装次数 | 37 |
当前版本 | 1.0 |
更新时间 | 2019-03-20 |
上架时间 | 2019-03-20 |
开发者 | rajeev.prabhu |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Load LinkedIn in iFrame", "description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.linkedin.com\/*\/*" ] } |