CounterXSS

An Extension to counter XSS attack!

Qu'est-ce que CounterXSS ?

CounterXSS est une extension Chrome développée par playarun93, et sa fonction principale est "An Extension to counter XSS attack!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CounterXSS

Téléchargez les fichiers d'extension CounterXSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CounterXSS CounterXSS
ID cohfknlebbobkgfmiijihflbeaiajmaf
URL Officiel https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf
Description An Extension to counter XSS attack!
Taille du Fichier 98.96 KB
Nombre d'Installations 572
Version Actuelle 12.2
Dernière Mise à Jour 2018-05-10
Date de Publication 2018-05-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur playarun93
Type de Paiement free
Langues Prises en Charge 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"
    }
}