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.

Cos'è Framer - Make IFrames possible!?

Framer - Make IFrames possible! è un'estensione di Chrome sviluppata da Martin Wiechmann, e la sua funzione principale è "Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Framer - Make IFrames possible!

Scarica i file di estensione Framer - Make IFrames possible! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Framer - Make IFrames possible! Framer - Make IFrames possible!
ID adohambhfalbpaenaclmhhjhilmakmoo
URL Ufficiale https://chromewebstore.google.com/detail/framer-make-iframes-possi/adohambhfalbpaenaclmhhjhilmakmoo
Descrizione Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.
Dimensione del File 211 KB
Conteggio Installazioni 185
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-22
Data di Pubblicazione 2021-06-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Martin Wiechmann
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/MartinWie/Framer
URL della Pagina di Aiuto https://github.com/MartinWie/Framer/issues
Lingue Supportate 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"
            }
        ]
    }
}