ignore-x-frame-headers
ignore-x-frame-headers
Vad är ignore-x-frame-headers?
ignore-x-frame-headers är en Chrome-tillägg utvecklad av csonlai, och dess huvudfunktion är "ignore-x-frame-headers".
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
去掉x-frame-headers 兼容视频iframe内展示样式 Grundläggande Information om Tillägg
| Namn | |
| ID | ohgdnhkppgeemnmjebhedjneajcedppf |
| Officiell webbadress | https://chromewebstore.google.com/detail/ignore-x-frame-headers/ohgdnhkppgeemnmjebhedjneajcedppf |
| Beskrivning | ignore-x-frame-headers |
| Filstorlek | 6.85 KB |
| Antal Installationer | 142 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-09-01 |
| Publiceringsdatum | 2021-07-01 |
| Utvecklare | csonlai |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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",
" | |