CounterXSS
An Extension to counter XSS attack!
Wat is CounterXSS?
CounterXSS is een Chrome-extensie ontwikkeld door playarun93, en de belangrijkste functie is "An Extension to counter XSS attack!".
Extensie Screenshots
Download het CRX-bestand van de extensie CounterXSS
Download CounterXSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CounterXSS |
ID | cohfknlebbobkgfmiijihflbeaiajmaf |
Officiële URL | https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf |
Beschrijving | An Extension to counter XSS attack! |
Bestandsgrootte | 98.96 KB |
Aantal Installaties | 572 |
Huidige Versie | 12.2 |
Laatst Bijgewerkt | 2018-05-10 |
Publicatiedatum | 2018-05-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | playarun93 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |