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.

Was ist Framer - Make IFrames possible!?

Framer - Make IFrames possible! ist eine Chrome-Erweiterung, die von Martin Wiechmann entwickelt wurde, und ihr Hauptmerkmal ist "Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Framer - Make IFrames possible!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Framer - Make IFrames possible!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Framer - Make IFrames possible! Framer - Make IFrames possible!
ID adohambhfalbpaenaclmhhjhilmakmoo
Offizielle URL https://chromewebstore.google.com/detail/framer-make-iframes-possi/adohambhfalbpaenaclmhhjhilmakmoo
Beschreibung Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.
Dateigröße 211 KB
Installationsanzahl 185
Aktuelle Version 1.0.0
Letztes Update 2021-06-22
Veröffentlichungsdatum 2021-06-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Martin Wiechmann
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/MartinWie/Framer
Hilfeseite URL https://github.com/MartinWie/Framer/issues
Unterstützte Sprachen 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": [
        ""
    ],
    "default_locale": "en",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "removeHeader",
                "enabled": false,
                "path": "removeHeader.json"
            }
        ]
    }
}