Load LinkedIn in iFrame
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Vad är Load LinkedIn in iFrame?
Load LinkedIn in iFrame är en Chrome-tillägg utvecklad av rajeev.prabhu, och dess huvudfunktion är "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".
Tilläggsskärmbilder
Ladda ner Load LinkedIn in iFrame-förlängningens CRX-fil
Ladda ner Load LinkedIn in iFrame-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Grundläggande Information om Tillägg
Namn | |
ID | baolmeaifocmelmonlkelchblidfgmgo |
Officiell webbadress | https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo |
Beskrivning | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn. |
Filstorlek | 4.51 KB |
Antal Installationer | 37 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-03-20 |
Publiceringsdatum | 2019-03-20 |
Utvecklare | rajeev.prabhu |
Betalningssätt | free |
Stödda Språk | 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\/*\/*" ] } |