xsstension

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

Wat is xsstension?

xsstension is een Chrome-extensie ontwikkeld door switch, en de belangrijkste functie is "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie xsstension

Download xsstension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
Officiële URL https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Beschrijving Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Bestandsgrootte 33.44 KB
Aantal Installaties 23
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-08-26
Publicatiedatum 2020-05-26
Ontwikkelaar switch
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://0xswitch.fr/
Ondersteunde Talen 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"
    }
}