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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में xsstension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}