ignore-x-frame-headers
ignore-x-frame-headers
ignore-x-frame-headersとは何ですか?
ignore-x-frame-headersはcsonlaiによって開発されたChromeの拡張機能で、その主な機能は「ignore-x-frame-headers」です。
拡張機能のスクリーンショット
ignore-x-frame-headers拡張機能のCRXファイルをダウンロード
ignore-x-frame-headers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
去掉x-frame-headers 兼容视频iframe内展示样式
拡張機能の基本情報
名前 | 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 |
Eメール | [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", " |