XSSive

XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.

What is XSSive?

XSSive is a Chrome extension developed by XSSive, and its main feature is "XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.".

Extension Screenshots

screenshot

Download XSSive Extension CRX File

Download XSSive 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

                        This extension detects reflected, and stored XSS bugs in websites you visit automatically.                    

Extension Basic Information

Name XSSive XSSive
ID ejkkcjgognkjljbakmjoipmnbbhdjhho
Official URL https://chrome.google.com/webstore/detail/xssive/ejkkcjgognkjljbakmjoipmnbbhdjhho
Description XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.
File Size 373 KB
Installation Count 96
Current Version 1.0.3
Last Updated 2015-03-11
Publish Date 2015-03-11
Rating 5.00/5 Total 1 Ratings
Developer XSSive
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XSSive",
    "description": "XSSive is an extension that can be used to detect reflected, and stored XSS vulnerabilities.",
    "version": "1.0.3",
    "options_page": "options.html",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "green_icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "management",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}