csp-disable
CSP DISABLE 프로그램
Wat is csp-disable?
csp-disable is een Chrome-extensie ontwikkeld door kangjung, en de belangrijkste functie is "CSP DISABLE 프로그램".
Extensie Screenshots
Download het CRX-bestand van de extensie csp-disable
Download csp-disable-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
CSP DISABLE 프로그램 Content Security Policy (CSP) Disable 웹 응용 프로그램에 콘텐츠 보안 정책(Content Security Policy)을 사용하지 않도록 설정하는 확장 프로그램입니다. 현재 페이지의 Content Security Policy 비활성화 합니다. Content Security Policy는 악의적인 콘텐츠를 실행하게 하는 사이트 간 스크립팅(XSS), 클릭재킹, 그리고 기타 코드 인젝션 공격을 예방하기 위한 표준입니다. 비활성화시 보안에 문제가 있을 수 있습니다. 어떠한 목적으로 사용하든 사용에 따른 결과는 본인 스스로 감수하셔야합니다. (Use At Your Own Risk)
Basisinformatie over de Extensie
Naam | csp-disable |
ID | hjngkcigmlhefidinfbdnkegocefpjap |
Officiële URL | https://chromewebstore.google.com/detail/csp-disable/hjngkcigmlhefidinfbdnkegocefpjap |
Beschrijving | CSP DISABLE 프로그램 |
Bestandsgrootte | 8.28 KB |
Aantal Installaties | 511 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-05-25 |
Publicatiedatum | 2020-05-24 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kangjung |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kangjung/Disable-CSP |
Help Pagina-URL | https://github.com/kangjung/Disable-CSP |
Ondersteunde Talen | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "csp-disable", "version": "0.0.1", "manifest_version": 2, "description": "CSP DISABLE \ud504\ub85c\uadf8\ub7a8", "homepage_url": "https:\/\/github.com\/kangjung\/Disable-CSP.git", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "CSP DISABLE" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking", "browsingData" ], "icons": { "16": "image\/icon.png", "128": "image\/icon.png" } } |