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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajeev.prabhu และคุณลักษณะหลักของมันคือ "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Load LinkedIn in iFrame
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*\/*" ] } |