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 |
官方網址 | 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\/*\/*" ] } |