xsstension

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

Qu'est-ce que xsstension ?

xsstension est une extension Chrome développée par switch, et sa fonction principale est "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension xsstension

Téléchargez les fichiers d'extension xsstension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
URL Officiel 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.
Taille du Fichier 33.44 KB
Nombre d'Installations 23
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-08-26
Date de Publication 2020-05-26
Développeur switch
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://0xswitch.fr/
Langues Prises en Charge 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"
    }
}