Awesome XFrame For Site Extension
Awesome extension to ignore xframe header errors for only a single initiator.
Awesome XFrame For Site Extensionคืออะไร?
Awesome XFrame For Site Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.upway2late.com และคุณลักษณะหลักของมันคือ "Awesome extension to ignore xframe header errors for only a single initiator."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome XFrame For Site Extension
ดาวน์โหลดไฟล์ส่วนขยาย Awesome XFrame For Site Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Awesome XFrame For Site Extension does the following: 1) Go to options. 2) Enter a host, protocol+domain (example: http://localhost:8080). 3) When the initiator matches this host, the content-security-policy and x-frame-options headers will be removed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Awesome XFrame For Site Extension |
ID | jdimfndpfamcnhdhiblhnicoadldlccg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/awesome-xframe-for-site-e/jdimfndpfamcnhdhiblhnicoadldlccg |
คำอธิบาย | Awesome extension to ignore xframe header errors for only a single initiator. |
ขนาดไฟล์ | 25.73 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2020-06-20 |
วันที่เผยแพร่ | 2020-06-20 |
ผู้พัฒนา | https://www.upway2late.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://upway2late.com/#/projects/buttons-project |
URL หน้าช่วยเหลือ | http://upway2late.com/#/projects/buttons-project |
URL หน้านโยบายความเป็นส่วนตัว | http://www.upway2late.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome XFrame For Site Extension", "version": "1.0.0.0", "description": "Awesome extension to ignore xframe header errors for only a single initiator.", "icons": { "16": "xframe_for_site_16.png", "48": "xframe_for_site_48.png", "128": "xframe_for_site_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "xframe_for_site_19.png", "default_title": "Awesome XFrame For Site Extension" }, "permissions": [ "webRequest", "webRequestBlocking", " |