xsstension

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

Cos'è xsstension?

xsstension è un'estensione di Chrome sviluppata da switch, e la sua funzione principale è "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione xsstension

Scarica i file di estensione xsstension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
URL Ufficiale https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Descrizione Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Dimensione del File 33.44 KB
Conteggio Installazioni 23
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-08-26
Data di Pubblicazione 2020-05-26
Sviluppatore switch
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://0xswitch.fr/
Lingue Supportate 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"
    }
}