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 là gì?
Load LinkedIn in iFrame là một tiện ích mở rộng Chrome được phát triển bởi rajeev.prabhu, và tính năng chính của nó là "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Load LinkedIn in iFrame
Tải xuống các tệp mở rộng Load LinkedIn in iFrame dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | baolmeaifocmelmonlkelchblidfgmgo |
URL Chính Thức | https://chrome.google.com/webstore/detail/load-linkedin-in-iframe/baolmeaifocmelmonlkelchblidfgmgo |
Mô tả | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed for LinkedIn. |
Kích Thước Tệp | 4.51 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-03-20 |
Ngày Phát Hành | 2019-03-20 |
Nhà Phát Triển | rajeev.prabhu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*\/*" ] } |