HiFrame - The Hyper IFRAME extension!

Allow any web page to be embedded as an iframe. Only local HTTP header manipulations. Compatible with modern web security standards.

HiFrame - The Hyper IFRAME extension!คืออะไร?

HiFrame - The Hyper IFRAME extension! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addownit.com และคุณลักษณะหลักของมันคือ "Allow any web page to be embedded as an iframe. Only local HTTP header manipulations. Compatible with modern web security standards."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HiFrame - The Hyper IFRAME extension!

ดาวน์โหลดไฟล์ส่วนขยาย HiFrame - The Hyper IFRAME extension! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HiFrame gives you the freedom to use iframes however you want and it really works!

We designed it to do it's job in the best way for the user. Just like the product we would want for ourselves. This approach led to a simple plug-and-play product that just works for most cases, and does it with minimum side effects. The result is a more powerful extension with a faster user experience and retention of some of the protection modern HTTP standards and browsers offer.

⚡ Some quick highlights and technical details:
 • All the magic happens with local HTTP response headers manipulation.
 • Only a fraction of your traffic go through this for better performance.
 • Unrelated security and privacy HTTP response headers are left intact.
 • Compatible with all the modern W3C web standards.
 • Most Content-Security-Policy (CSP) features work and still protect you.
 • Most Set-Cookie security features work and still protect you.
 • No X-Frame-Options feature could be used to achieve our wide support.
 • Full SPA support including most login methods and cookies.
 • Inner iframes, popup windows, Web Workers, Service Workers, ... - All supported!

🔒 A word on your security:
We work very hard to try and make HiFrame faster and more secure than similar Chrome Extensions found on the Web Store or written by your co-workers. That said, there is "some protection" (as defined by W3C) lost, and you must be aware. To stay extra safe you can turn HiFrame on only in browsing sessions you need it, and when you're done just turn it off and refresh everything. For easy access you can pin the extension and then just click it and grant/revoke access to all websites. If you intend to use it only in Incognito mode, don't forget to install all your Chrome Profiles and enable it in the extension settings.

💁‍♀️ Please help us make HiFrame better! 💁‍♂️
If you try to embed something in an iframe and it fails, please let us know (24/7).
🔧 https://addown.atlassian.net/servicedesk/customer/portal/5
📧 [email protected]

Thank you for considering HiFrame!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HiFrame - The Hyper IFRAME extension! HiFrame - The Hyper IFRAME extension!
ID joibipdfkleencgfgbbncoheaekffdfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hiframe-the-hyper-iframe/joibipdfkleencgfgbbncoheaekffdfn
คำอธิบาย Allow any web page to be embedded as an iframe. Only local HTTP header manipulations. Compatible with modern web security standards.
ขนาดไฟล์ 6.55 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน v1.0.1 BETA
อัปเดตครั้งล่าสุด 2023-08-10
วันที่เผยแพร่ 2020-11-01
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://addownit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addown.atlassian.net/wiki/spaces/HIF/overview
URL หน้าช่วยเหลือ https://addown.atlassian.net/servicedesk/customer/portal/5
URL หน้านโยบายความเป็นส่วนตัว https://addown.atlassian.net/l/cp/Voe1vrob
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "version_name": "v1.0.1 BETA",
    "short_name": "HiFrame",
    "name": "HiFrame - The Hyper IFRAME extension!",
    "description": "Allow any web page to be embedded as an iframe. Only local HTTP header manipulations. Compatible with modern web security standards.",
    "author": "Addown Studio",
    "icons": {
        "144": "addown-144x144.png"
    },
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "extension.json"
    ]
}