Ignore X-Frame headers
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Qu'est-ce que Ignore X-Frame headers ?
Ignore X-Frame headers est une extension Chrome développée par fabgamerzfam, et sa fonction principale est "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ignore X-Frame headers
Téléchargez les fichiers d'extension Ignore X-Frame headers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Informations de Base sur l'Extension
Nom | |
ID | kfmppdecjbnbjkkcodpmnmlaonjhccfd |
URL Officiel | https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd |
Description | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed. |
Taille du Fichier | 8 KB |
Nombre d'Installations | 440 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2020-09-30 |
Date de Publication | 2020-04-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | fabgamerzfam |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ignore X-Frame headers", "version": "1.1.1", "description": "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", " |