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.
Framer - Make IFrames possible! क्या है?
Framer - Make IFrames possible! Martin Wiechmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Framer - Make IFrames possible! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Framer - Make IFrames possible! |
ID | adohambhfalbpaenaclmhhjhilmakmoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/framer-make-iframes-possi/adohambhfalbpaenaclmhhjhilmakmoo |
विवरण | Drop X-Frame-Options and Content-Security-Policy HTTP response headers for special sites, allowing pages to be embedded as iframes. |
फ़ाइल का आकार | 211 KB |
स्थापना संख्या | 185 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-22 |
प्रकाशन तिथि | 2021-06-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Martin Wiechmann |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MartinWie/Framer |
सहायता पृष्ठ URL | https://github.com/MartinWie/Framer/issues |
समर्थित भाषाएँ | 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": [ " |