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.
拡張機能の基本情報
名前 | CounterXSS |
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" } } |