xsstension

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

Co to jest xsstension?

xsstension to rozszerzenie Chrome opracowane przez switch, a jego główną funkcją jest „Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia xsstension

Pobierz pliki rozszerzeń xsstension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
Oficjalny URL https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Opis Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Rozmiar pliku 33.44 KB
Liczba instalacji 23
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-08-26
Data Publikacji 2020-05-26
Deweloper switch
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://0xswitch.fr/
Obsługiwane Języki 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"
    }
}