CounterXSS

An Extension to counter XSS attack!

CounterXSS क्या है?

CounterXSS playarun93 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Extension to counter XSS attack!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CounterXSS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A browser extension to counter cross-site scripting attack.It automatically works in the background and alerts the user right at the browser if it finds any page that is vulnerable to XSS attack.                    

एक्सटेंशन की मूल जानकारी

नाम CounterXSS CounterXSS
ID cohfknlebbobkgfmiijihflbeaiajmaf
आधिकारिक URL https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf
विवरण An Extension to counter XSS attack!
फ़ाइल का आकार 98.96 KB
स्थापना संख्या 572
वर्तमान संस्करण 12.2
अंतिम अपडेट 2018-05-10
प्रकाशन तिथि 2018-05-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर playarun93
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CounterXSS",
    "version": "12.2",
    "description": "An Extension to counter XSS attack!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}