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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}