CounterXSS
An Extension to counter XSS attack!
CounterXSS란 무엇입니까?
CounterXSS은(는) playarun93에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Extension to counter XSS attack!"입니다.
확장 프로그램 스크린샷
CounterXSS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A browser extension to counter cross-site scripting attack.It automatically works in the background and alerts the user right at the browser if it finds any page that is vulnerable to XSS attack.
확장 프로그램 기본 정보
이름 | CounterXSS |
ID | cohfknlebbobkgfmiijihflbeaiajmaf |
공식 URL | https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf |
설명 | An Extension to counter XSS attack! |
파일 크기 | 98.96 KB |
설치 횟수 | 572 |
현재 버전 | 12.2 |
최근 업데이트 | 2018-05-10 |
출시 날짜 | 2018-05-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | playarun93 |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CounterXSS", "version": "12.2", "description": "An Extension to counter XSS attack!", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |