CSS Exfil Protection
Guard against CSS data exfiltration attacks.
Qu'est-ce que CSS Exfil Protection ?
CSS Exfil Protection est une extension Chrome développée par https://mike-gualtieri.com, et sa fonction principale est "Guard against CSS data exfiltration attacks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSS Exfil Protection
Téléchargez les fichiers d'extension CSS Exfil Protection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Guard your browser against CSS Exfil attacks! CSS Exfil is a method attackers can use to steal data from web pages using Cascading Style Sheets (CSS). This plugin sanitizes and blocks any CSS rules which may be designed to steal data.
Informations de Base sur l'Extension
Nom | CSS Exfil Protection |
ID | ibeemfhcbbikonfajhamlkdgedmekifo |
URL Officiel | https://chromewebstore.google.com/detail/css-exfil-protection/ibeemfhcbbikonfajhamlkdgedmekifo |
Description | Guard against CSS data exfiltration attacks. |
Taille du Fichier | 40.85 KB |
Nombre d'Installations | 4,532 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-08-25 |
Date de Publication | 2019-10-15 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://mike-gualtieri.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.mike-gualtieri.com/css-exfil-vulnerability-tester |
URL de la Page d'Aide | https://github.com/mlgualtieri/CSS-Exfil-Protection/issues |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/mlgualtieri/CSS-Exfil-Protection/master/PRIVACY.txt |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Exfil Protection", "version": "1.1.0", "description": "Guard against CSS data exfiltration attacks.", "content_security_policy": "script-src 'self'; object-src 'self'; style-src 'self'", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage", "tabs" ], "homepage_url": "https:\/\/www.mike-gualtieri.com\/css-exfil-vulnerability-tester", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "48": "icons\/icon-48.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "popup.html", "chrome_style": true }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |