PronoteMask
Retire automatiquement vos informations personnelles sur votre espace Pronote.
What is PronoteMask?
PronoteMask is a Chrome extension developed by Michel Baie, and its main feature is "Retire automatiquement vos informations personnelles sur votre espace Pronote.".
Extension Screenshots
Download PronoteMask Extension CRX File
Download PronoteMask extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Nécessite un compte index-education.net Ne montrez plus vos données personnelles !
Extension Basic Information
Name | PronoteMask |
ID | piiihofopiamlaoeagfmoaejilfcffhj |
Official URL | https://chromewebstore.google.com/detail/pronotemask/piiihofopiamlaoeagfmoaejilfcffhj |
Description | Retire automatiquement vos informations personnelles sur votre espace Pronote. |
File Size | 17.11 KB |
Installation Count | 40 |
Current Version | 2.0 |
Last Updated | 2021-07-04 |
Publish Date | 2020-09-28 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Michel Baie |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/MichelBaie/PronoteMask/issues |
Supported Languages | 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 } |