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文件

下載xsstension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}