xsstension

Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.

xsstension란 무엇입니까?

xsstension은(는) switch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document."입니다.

확장 프로그램 스크린샷

screenshot

xsstension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It is used to store web payload for bug bounty hunters or pentesters. It also found HTML comment within HTML document.                    

확장 프로그램 기본 정보

이름 xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
공식 URL https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
설명 Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
파일 크기 33.44 KB
설치 횟수 23
현재 버전 1.0.2
최근 업데이트 2021-08-26
출시 날짜 2020-05-26
개발자 switch
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://0xswitch.fr/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "popup\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "xsstension",
    "version": "1.0.2",
    "description": "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.",
    "icons": {
        "32": "icons\/logo.png",
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_title": "xxstension",
        "default_popup": "popup\/main.html"
    }
}