Disable Content Security Policy
A extension that set csp value empty
Disable Content Security Policy란 무엇입니까?
Disable Content Security Policy은(는) Mywait에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A extension that set csp value empty"입니다.
확장 프로그램 스크린샷
Disable Content Security Policy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A extension that helps you disable or bypass Content Security Policy(CSP). You should know that if you enable it,you are under the risk being attacked by XSS. Click the cola icon.When it turns red,it's working.When it turns gray,it's not. If it not work,try to refresh the page or contact me. 一个帮助你禁用CSP的扩展。 你应该知道禁用后你就处于XSS攻击的风险下了。 点击可乐icon,红色代表CSP被禁用,灰色代表CSP正在生效。 如果没作用,刷新页面试试。
확장 프로그램 기본 정보
이름 | Disable Content Security Policy |
ID | eckgajjlhojckchohogcblfjhpfdmoge |
공식 URL | https://chromewebstore.google.com/detail/disable-content-security/eckgajjlhojckchohogcblfjhpfdmoge |
설명 | A extension that set csp value empty |
파일 크기 | 14.05 KB |
설치 횟수 | 436 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-06-14 |
출시 날짜 | 2022-06-13 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Mywait |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/WithoutHair/Disable-Content-Security-Policy#disable-content-security-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Content Security Policy", "description": "A extension that set csp value empty", "version": "1.0.0", "author": "Mywait", "homepage_url": "https:\/\/github.com\/WithoutHair\/Disable-Content-Security-Policy", "manifest_version": 3, "permissions": [ "declarativeNetRequest", "browsingData", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/cola_gray.png" } }, "icons": { "48": "icon\/cola_48.png", "128": "icon\/cola_128.png" } } |