csp-disable

CSP DISABLE 프로그램

What is csp-disable?

csp-disable is a Chrome extension developed by kangjung, and its main feature is "CSP DISABLE 프로그램".

Extension Screenshots

screenshot

Download csp-disable Extension CRX File

Download csp-disable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CSP DISABLE 프로그램
Content Security Policy (CSP) Disable

웹 응용 프로그램에 콘텐츠 보안 정책(Content Security Policy)을 사용하지 않도록 설정하는 확장 프로그램입니다.

현재 페이지의 Content Security Policy 비활성화 합니다.

Content Security Policy는 악의적인 콘텐츠를 실행하게 하는 사이트 간 스크립팅(XSS), 클릭재킹, 그리고 기타 코드 인젝션 공격을 예방하기 위한 표준입니다. 비활성화시 보안에 문제가 있을 수 있습니다.

어떠한 목적으로 사용하든 사용에 따른 결과는 본인 스스로 감수하셔야합니다. (Use At Your Own Risk)                    

Extension Basic Information

Name csp-disable csp-disable
ID hjngkcigmlhefidinfbdnkegocefpjap
Official URL https://chromewebstore.google.com/detail/csp-disable/hjngkcigmlhefidinfbdnkegocefpjap
Description CSP DISABLE 프로그램
File Size 8.28 KB
Installation Count 511
Current Version 0.0.1
Last Updated 2020-05-25
Publish Date 2020-05-24
Rating 3.00/5 Total 2 Ratings
Developer kangjung
Email [email protected]
Payment Type free
Extension Website https://github.com/kangjung/Disable-CSP
Help Page URL https://github.com/kangjung/Disable-CSP
Supported Languages 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"
    }
}