xsstension

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

Что такое xsstension?

xsstension - это расширение Chrome, разработанное switch, и его основная функция - "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения xsstension

Скачайте файлы расширений xsstension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
Официальный URL https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Описание Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Размер файла 33.44 KB
Количество установок 23
Текущая Версия 1.0.2
Последнее Обновление 2021-08-26
Дата публикации 2020-05-26
Разработчик switch
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://0xswitch.fr/
Поддерживаемые языки 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"
    }
}