ignore-x-frame-headers
ignore-x-frame-headers
Co to jest ignore-x-frame-headers?
ignore-x-frame-headers to rozszerzenie Chrome opracowane przez csonlai, a jego główną funkcją jest „ignore-x-frame-headers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ignore-x-frame-headers
Pobierz pliki rozszerzeń ignore-x-frame-headers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
去掉x-frame-headers 兼容视频iframe内展示样式 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ohgdnhkppgeemnmjebhedjneajcedppf |
| Oficjalny URL | https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf |
| Opis | ignore-x-frame-headers |
| Rozmiar pliku | 6.85 KB |
| Liczba instalacji | 142 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-09-01 |
| Data Publikacji | 2021-07-01 |
| Deweloper | csonlai |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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",
" | |