xsstension

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

Apa itu xsstension?

xsstension adalah ekstensi Chrome yang dikembangkan oleh switch, dan fitur utamanya adalah "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi xsstension

Unduh file ekstensi xsstension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
URL Resmi https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Deskripsi Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Ukuran File 33.44 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-08-26
Tanggal Publikasi 2020-05-26
Pengembang switch
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://0xswitch.fr/
Bahasa yang Didukung 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"
    }
}