CounterXSS

An Extension to counter XSS attack!

What is CounterXSS?

CounterXSS is a Chrome extension developed by playarun93, and its main feature is "An Extension to counter XSS attack!".

Extension Screenshots

screenshot

Download CounterXSS Extension CRX File

Download CounterXSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CounterXSS CounterXSS
ID cohfknlebbobkgfmiijihflbeaiajmaf
Official URL https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf
Description An Extension to counter XSS attack!
File Size 98.96 KB
Installation Count 572
Current Version 12.2
Last Updated 2018-05-10
Publish Date 2018-05-09
Rating 5.00/5 Total 1 Ratings
Developer playarun93
Payment Type free
Supported Languages 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"
    }
}