ADST Anti XSS Protection
A tool for protecting you from reflected type of cross site scripting attacks
Co to jest ADST Anti XSS Protection?
ADST Anti XSS Protection to rozszerzenie Chrome opracowane przez Alireza Akhtari, a jego główną funkcją jest „A tool for protecting you from reflected type of cross site scripting attacks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ADST Anti XSS Protection
Pobierz pliki rozszerzeń ADST Anti XSS Protection w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A tool for protecting you from reflected type of cross site scripting attacks
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ogoedhlcgnlnfnbabfgnpebjlmcdfioj |
Oficjalny URL | https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj |
Opis | A tool for protecting you from reflected type of cross site scripting attacks |
Rozmiar pliku | 53.94 KB |
Liczba instalacji | 182 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-09-05 |
Data Publikacji | 2015-09-05 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Alireza Akhtari |
Typ Płatności | free |
Adres URL Strony Pomocy | http://ashiyane.org/forums |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ADST Anti XSS Protection", "description": "A tool for protecting you from reflected type of cross site scripting attacks", "author": "Alireza Akhtari", "manifest_version": 2, "version": "0.1", "background": { "scripts": [ "jquery.js", "protect.js" ] }, "browser_action": { "default_icon": { "32": "img\/icon-32.png", "128": "img\/icon-128.png" }, "default_title": "XSS protection", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "32": "img\/icon-32.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ] } |