Ignore X-Frame headers
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Vad är Ignore X-Frame headers?
Ignore X-Frame headers är en Chrome-tillägg utvecklad av fabgamerzfam, och dess huvudfunktion är "Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.".
Tilläggsskärmbilder
Ladda ner Ignore X-Frame headers-förlängningens CRX-fil
Ladda ner Ignore X-Frame headers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed.
Grundläggande Information om Tillägg
Namn | |
ID | kfmppdecjbnbjkkcodpmnmlaonjhccfd |
Officiell webbadress | https://chrome.google.com/webstore/detail/ignore-x-frame-headers/kfmppdecjbnbjkkcodpmnmlaonjhccfd |
Beskrivning | Drops X-Frame-Options and Content-Security-Policy HTTP response headers, allowing all pages to be iframed. |
Filstorlek | 8 KB |
Antal Installationer | 440 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2020-09-30 |
Publiceringsdatum | 2020-04-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | fabgamerzfam |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |