Framer - Make IFrames possible!
Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.
Co je Framer - Make IFrames possible!?
Framer - Make IFrames possible! je rozšíření Chrome vyvinuté Martin Wiechmann, a jeho hlavní funkcí je „Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Framer - Make IFrames possible!
Stáhněte si soubory rozšíření Framer - Make IFrames possible! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A chrome extension that lets the user drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing advanced development and pages to be iframed.
Základní Informace o Rozšíření
Název | Framer - Make IFrames possible! |
ID | adohambhfalbpaenaclmhhjhilmakmoo |
Oficiální URL | https://chromewebstore.google.com/detail/framer-make-iframes-possi/adohambhfalbpaenaclmhhjhilmakmoo |
Popis | Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes. |
Velikost souboru | 211 KB |
Počet instalací | 185 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-06-22 |
Datum Vydání | 2021-06-22 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Martin Wiechmann |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/MartinWie/Framer |
URL Stránky Nápovědy | https://github.com/MartinWie/Framer/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "1.0.0", "action": { "default_title": "__MSG_manifest_title__", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background-worker.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ " |