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.
Wat is Framer - Make IFrames possible!?
Framer - Make IFrames possible! is een Chrome-extensie ontwikkeld door Martin Wiechmann, en de belangrijkste functie is "Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Framer - Make IFrames possible!
Download Framer - Make IFrames possible!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | adohambhfalbpaenaclmhhjhilmakmoo |
| Officiële URL | https://chromewebstore.google.com/detail/framer-make-iframes-possi/adohambhfalbpaenaclmhhjhilmakmoo |
| Beschrijving | Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes. |
| Bestandsgrootte | 211 KB |
| Aantal Installaties | 185 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-06-22 |
| Publicatiedatum | 2021-06-22 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Martin Wiechmann |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/MartinWie/Framer |
| Help Pagina-URL | https://github.com/MartinWie/Framer/issues |
| Ondersteunde Talen | 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": [
" | |