ignore X-Frame-Options
解决谷歌等页面无法在iframe中引用的问题
ignore X-Frame-Options란 무엇입니까?
ignore X-Frame-Options은(는) younsyue에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "解决谷歌等页面无法在iframe中引用的问题"입니다.
확장 프로그램 스크린샷
ignore X-Frame-Options 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | ignore X-Frame-Options |
ID | dibpjejofkkejnndlfjokflmnkekjkpn |
공식 URL | https://chromewebstore.google.com/detail/ignore-x-frame-options/dibpjejofkkejnndlfjokflmnkekjkpn |
설명 | 解决谷歌等页面无法在iframe中引用的问题 |
파일 크기 | 3.37 KB |
설치 횟수 | 2,205 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-03-01 |
출시 날짜 | 2014-03-01 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | younsyue |
결제 유형 | in_app |
지원되는 언어 | 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 } |