xsstension

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

O que é xsstension?

xsstension é uma extensão do Chrome desenvolvida por switch, e sua principal característica é "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão xsstension

Baixe arquivos de extensão xsstension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
URL Oficial https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Descrição Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Tamanho do Arquivo 33.44 KB
Contagem de Instalações 23
Versão Atual 1.0.2
Última Atualização 2021-08-26
Data de Publicação 2020-05-26
Desenvolvedor switch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://0xswitch.fr/
Idiomas Suportados 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"
    }
}