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
公式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
Eメール [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"
    }
}