ignore X-Frame-Options
解决谷歌等页面无法在iframe中引用的问题
Wat is ignore X-Frame-Options?
ignore X-Frame-Options is een Chrome-extensie ontwikkeld door younsyue, en de belangrijkste functie is "解决谷歌等页面无法在iframe中引用的问题".
Extensie Screenshots
Download het CRX-bestand van de extensie ignore X-Frame-Options
Download ignore X-Frame-Options-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a or
Basisinformatie over de Extensie
Naam | ignore X-Frame-Options |
ID | dibpjejofkkejnndlfjokflmnkekjkpn |
Officiële URL | https://chromewebstore.google.com/detail/ignore-x-frame-options/dibpjejofkkejnndlfjokflmnkekjkpn |
Beschrijving | 解决谷歌等页面无法在iframe中引用的问题 |
Bestandsgrootte | 3.37 KB |
Aantal Installaties | 2,205 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-03-01 |
Publicatiedatum | 2014-03-01 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | younsyue |
Betalingswijze | in_app |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ignore X-Frame-Options", "version": "1.0", "description": "\u89e3\u51b3\u8c37\u6b4c\u7b49\u9875\u9762\u65e0\u6cd5\u5728iframe\u4e2d\u5f15\u7528\u7684\u95ee\u9898", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2 } |