CounterXSS
An Extension to counter XSS attack!
什么是CounterXSS?
CounterXSS是由playarun93开发的Chrome扩展程序,该扩展的主要功能是“An Extension to counter XSS attack!”。
扩展截图
下载CounterXSS扩展crx文件
下载CounterXSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | cohfknlebbobkgfmiijihflbeaiajmaf |
| 官方URL | https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf |
| 简介 | An Extension to counter XSS attack! |
| 文件大小 | 98.96 KB |
| 安装次数 | 572 |
| 当前版本 | 12.2 |
| 更新时间 | 2018-05-10 |
| 上架时间 | 2018-05-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | playarun93 |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |