PronoteMask
Retire automatiquement vos informations personnelles sur votre espace Pronote.
Cos'è PronoteMask?
PronoteMask è un'estensione di Chrome sviluppata da Michel Baie, e la sua funzione principale è "Retire automatiquement vos informations personnelles sur votre espace Pronote.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PronoteMask
Scarica i file di estensione PronoteMask in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Nécessite un compte index-education.net Ne montrez plus vos données personnelles !
Informazioni di Base sull'Estensione
Nome | PronoteMask |
ID | piiihofopiamlaoeagfmoaejilfcffhj |
URL Ufficiale | https://chromewebstore.google.com/detail/pronotemask/piiihofopiamlaoeagfmoaejilfcffhj |
Descrizione | Retire automatiquement vos informations personnelles sur votre espace Pronote. |
Dimensione del File | 17.11 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-07-04 |
Data di Pubblicazione | 2020-09-28 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Michel Baie |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/MichelBaie/PronoteMask/issues |
Lingue Supportate | 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 } |