ignore-x-frame-options
ignore x-frame-options
ignore-x-frame-optionsคืออะไร?
ignore-x-frame-options เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hotari และคุณลักษณะหลักของมันคือ "ignore x-frame-options"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ignore-x-frame-options
ดาวน์โหลดไฟล์ส่วนขยาย ignore-x-frame-options ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ignore-x-frame-options is a chrome extension that drops x-frame-options and content-security-policy in HTTP request headers and enables pages to include external pages in iframes.
Almost pages set x-frame-options to SAMEORIGINE or DENY. This disables pages to display the external pages in iframes.
You can solve this problem by just installing ignore-x-frame-options.
Caution:
The use of ignore-x-frame-options decreases the security because it normally must be blocked the access from pages to the external pages that set x-frame-options. You may encounter clickjacking so you should use ignore-x-frame-options for developing only. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ammjifkhlacaphegobaekhnapdjmeclo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ignore-x-frame-options/ammjifkhlacaphegobaekhnapdjmeclo |
| คำอธิบาย | ignore x-frame-options |
| ขนาดไฟล์ | 3.66 KB |
| จำนวนการติดตั้ง | 1,438 |
| เวอร์ชันปัจจุบัน | 1 |
| อัปเดตครั้งล่าสุด | 2022-07-06 |
| วันที่เผยแพร่ | 2022-07-05 |
| คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | hotari |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/HotariTobu/ignore-x-frame-options |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ignore-x-frame-options",
"description": "ignore x-frame-options",
"version": "1",
"manifest_version": 3,
"icons": {
"16": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
" | |