CSS Exfil Protection
Guard against CSS data exfiltration attacks.
Was ist CSS Exfil Protection?
CSS Exfil Protection ist eine Chrome-Erweiterung, die von https://mike-gualtieri.com entwickelt wurde, und ihr Hauptmerkmal ist "Guard against CSS data exfiltration attacks.".
Erweiterungsscreenshots
CSS Exfil Protection-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSS Exfil Protection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CSS Exfil Protection |
ID | ibeemfhcbbikonfajhamlkdgedmekifo |
Offizielle URL | https://chromewebstore.google.com/detail/css-exfil-protection/ibeemfhcbbikonfajhamlkdgedmekifo |
Beschreibung | Guard against CSS data exfiltration attacks. |
Dateigröße | 40.85 KB |
Installationsanzahl | 4,532 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-08-25 |
Veröffentlichungsdatum | 2019-10-15 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://mike-gualtieri.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.mike-gualtieri.com/css-exfil-vulnerability-tester |
Hilfeseite URL | https://github.com/mlgualtieri/CSS-Exfil-Protection/issues |
URL der Datenschutzrichtlinien-Seite | https://raw.githubusercontent.com/mlgualtieri/CSS-Exfil-Protection/master/PRIVACY.txt |
Unterstützte Sprachen | 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": [ " |