xsstension

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

What is xsstension?

xsstension is a Chrome extension developed by switch, and its main feature is "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Extension Screenshots

screenshot

Download xsstension Extension CRX File

Download xsstension 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

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

Extension Basic Information

Name xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
Official URL https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Description Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
File Size 33.44 KB
Installation Count 23
Current Version 1.0.2
Last Updated 2021-08-26
Publish Date 2020-05-26
Developer switch
Email [email protected]
Payment Type free
Extension Website https://0xswitch.fr/
Supported Languages 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"
    }
}