ignore X-Frame-Options
解决谷歌等页面无法在iframe中引用的问题
Cos'è ignore X-Frame-Options?
ignore X-Frame-Options è un'estensione di Chrome sviluppata da younsyue, e la sua funzione principale è "解决谷歌等页面无法在iframe中引用的问题".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ignore X-Frame-Options
Scarica i file di estensione ignore X-Frame-Options in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ignore X-Frame-Options |
ID | dibpjejofkkejnndlfjokflmnkekjkpn |
URL Ufficiale | https://chromewebstore.google.com/detail/ignore-x-frame-options/dibpjejofkkejnndlfjokflmnkekjkpn |
Descrizione | 解决谷歌等页面无法在iframe中引用的问题 |
Dimensione del File | 3.37 KB |
Conteggio Installazioni | 2,205 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-03-01 |
Data di Pubblicazione | 2014-03-01 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | younsyue |
Tipo di Pagamento | in_app |
Lingue Supportate | 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 } |