ignore-x-frame-headers

ignore-x-frame-headers

ignore-x-frame-headers क्या है?

ignore-x-frame-headers csonlai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ignore-x-frame-headers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ignore-x-frame-headers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        去掉x-frame-headers 兼容视频iframe内展示样式                    

एक्सटेंशन की मूल जानकारी

नाम ignore-x-frame-headers ignore-x-frame-headers
ID ohgdnhkppgeemnmjebhedjneajcedppf
आधिकारिक URL https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf
विवरण ignore-x-frame-headers
फ़ाइल का आकार 6.85 KB
स्थापना संख्या 142
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-09-01
प्रकाशन तिथि 2021-07-01
डेवलपर csonlai
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ignore-x-frame-headers",
    "version": "1.0.1",
    "description": "ignore-x-frame-headers",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "ignore-x-frame-headers"
    },
    "background": {
        "scripts": [
            "background\/ignore-x-frame-headers.js",
            "background\/ignore-request-headers.js",
            "background\/set-cookie-headers.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content\/iframe\/parent.js",
                "content\/iframe\/child.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}