xsstension

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

Hvad er xsstension?

xsstension er en Chrome-udvidelse udviklet af switch, og dens hovedfunktion er "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Udvidelsesskærmbilleder

screenshot

Download xsstension-udvidelses-CRX-fil

Download xsstension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
Officiel URL https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Beskrivelse Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Filstørrelse 33.44 KB
Antal Installationer 23
Nuværende Version 1.0.2
Senest Opdateret 2021-08-26
Udgivelsesdato 2020-05-26
Udvikler switch
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://0xswitch.fr/
Understøttede Sprog 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"
    }
}