Load LinkedIn in iFrame
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
What is Load LinkedIn in iFrame?
Load LinkedIn in iFrame is a Chrome extension developed by rajeev.prabhu, and its main feature is "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".
Extension Screenshots
Download Load LinkedIn in iFrame Extension CRX File
Download Load LinkedIn in iFrame 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
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Extension Basic Information
Name | |
ID | baolmeaifocmelmonlkelchblidfgmgo |
Official URL | https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo |
Description | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn. |
File Size | 4.51 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2019-03-20 |
Publish Date | 2019-03-20 |
Developer | rajeev.prabhu |
Payment Type | free |
Supported Languages | 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\/*\/*" ] } |