PronoteMask
Retire automatiquement vos informations personnelles sur votre espace Pronote.
Was ist PronoteMask?
PronoteMask ist eine Chrome-Erweiterung, die von Michel Baie entwickelt wurde, und ihr Hauptmerkmal ist "Retire automatiquement vos informations personnelles sur votre espace Pronote.".
Erweiterungsscreenshots
PronoteMask-Erweiterungs-CRX-Datei herunterladen
Laden Sie PronoteMask-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
Nécessite un compte index-education.net Ne montrez plus vos données personnelles !
Grundlegende Informationen zur Erweiterung
Name | PronoteMask |
ID | piiihofopiamlaoeagfmoaejilfcffhj |
Offizielle URL | https://chromewebstore.google.com/detail/pronotemask/piiihofopiamlaoeagfmoaejilfcffhj |
Beschreibung | Retire automatiquement vos informations personnelles sur votre espace Pronote. |
Dateigröße | 17.11 KB |
Installationsanzahl | 40 |
Aktuelle Version | 2.0 |
Letztes Update | 2021-07-04 |
Veröffentlichungsdatum | 2020-09-28 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | Michel Baie |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/MichelBaie/PronoteMask/issues |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PronoteMask", "version": "2.0", "description": "Retire automatiquement vos informations personnelles sur votre espace Pronote.", "icons": { "128": "img\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/pronote\/eleve*" ], "js": [ "mask.js" ] } ], "host_permissions": [ "*:\/\/*\/pronote\/eleve*" ], "manifest_version": 3 } |