CounterXSS

An Extension to counter XSS attack!

Cos'è CounterXSS?

CounterXSS è un'estensione di Chrome sviluppata da playarun93, e la sua funzione principale è "An Extension to counter XSS attack!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CounterXSS

Scarica i file di estensione CounterXSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CounterXSS CounterXSS
ID cohfknlebbobkgfmiijihflbeaiajmaf
URL Ufficiale https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf
Descrizione An Extension to counter XSS attack!
Dimensione del File 98.96 KB
Conteggio Installazioni 572
Versione Corrente 12.2
Ultimo Aggiornamento 2018-05-10
Data di Pubblicazione 2018-05-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore playarun93
Tipo di Pagamento free
Lingue Supportate 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"
    }
}