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.

Apa itu Framer - Make IFrames possible!?

Framer - Make IFrames possible! adalah ekstensi Chrome yang dikembangkan oleh Martin Wiechmann, dan fitur utamanya adalah "Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Framer - Make IFrames possible!

Unduh file ekstensi Framer - Make IFrames possible! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Framer - Make IFrames possible! Framer - Make IFrames possible!
ID adohambhfalbpaenaclmhhjhilmakmoo
URL Resmi https://chromewebstore.google.com/detail/framer-make-iframes-possi/adohambhfalbpaenaclmhhjhilmakmoo
Deskripsi Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.
Ukuran File 211 KB
Jumlah Instalasi 185
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-06-22
Tanggal Publikasi 2021-06-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Martin Wiechmann
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/MartinWie/Framer
URL Halaman Bantuan https://github.com/MartinWie/Framer/issues
Bahasa yang Didukung 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"
            }
        ]
    }
}