Thème noir + Autologin ENT CESI
Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI
What is Thème noir + Autologin ENT CESI?
Thème noir + Autologin ENT CESI is a Chrome extension developed by https://hugodevland.fr, and its main feature is "Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI".
Extension Screenshots
Download Thème noir + Autologin ENT CESI Extension CRX File
Download Thème noir + Autologin ENT CESI 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
Transforme l'interface de l'ent CESI et moodle ingénieurs avec un thème nuit moins agressif pour vos yeux.
Permet aussi de se connecter automatiquement à l'ENT du CESI et par extension à moodle ingénieur. Aller sur une page de connexion ent ou moodle vous connectera automatiquement si vous avez enregistré vos identifiants. Extension Basic Information
| Name | |
| ID | neplmkkebjjdfijjkpdbpchcegkadhdi |
| Official URL | https://chromewebstore.google.com/detail/th%C3%A8me-noir-+-autologin-en/neplmkkebjjdfijjkpdbpchcegkadhdi |
| Description | Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI |
| File Size | 24.17 KB |
| Installation Count | 644 |
| Current Version | 4.8.3 |
| Last Updated | 2023-12-20 |
| Publish Date | 2021-09-26 |
| Rating | 4.50/5 Total 2 Ratings |
| Developer | https://hugodevland.fr |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://hugodevland.fr |
| Privacy Policy Page URL | https://hugodevland.fr/RC |
| Supported Languages | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Th\u00e8me noir + Autologin ENT CESI",
"version": "4.8.3",
"author": "Hugo",
"homepage_url": "https:\/\/www.hugodevland.fr\/",
"description": "Th\u00e8me noir + Autologin pour soulager vos yeux sur l'ENT CESI",
"content_scripts": [
{
"js": [
"js\/content-moodle.js"
],
"matches": [
"https:\/\/moodle-ingenieurs.cesi.fr\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/content-moodle-fix.js"
],
"matches": [
"https:\/\/moodle-ingenieurs.cesi.fr\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/content-moodle-iframe.js"
],
"matches": [
"https:\/\/moodle-ingenieurs.cesi.fr\/*"
],
"run_at": "document_idle"
},
{
"js": [
"js\/content-ent.js"
],
"matches": [
"https:\/\/wayf.cesi.fr\/*",
"https:\/\/sts.viacesi.fr\/*",
"https:\/\/ent.cesi.fr\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/content-ent-fix.js"
],
"matches": [
"https:\/\/wayf.cesi.fr\/*",
"https:\/\/sts.viacesi.fr\/*",
"https:\/\/ent.cesi.fr\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/ent.user.js"
],
"excludes_matches": [
"https:\/\/wayf.cesi.fr\/login*client_name*"
],
"matches": [
"https:\/\/wayf.cesi.fr\/login*service*"
],
"run_at": "document_end"
},
{
"js": [
"js\/moodle.user.js"
],
"matches": [
"https:\/\/moodle-ingenieurs.cesi.fr\/login*",
"https:\/\/moodle-ingenieurs.cesi.fr\/login\/index.php?authCAS=CAS"
],
"run_at": "document_end"
},
{
"js": [
"js\/one-moodle.js"
],
"matches": [
"https:\/\/moodle.cesi.fr\/login\/index.php*",
"https:\/\/moodle.cesi.fr\/login\/index.php?authCAS=CAS"
],
"run_at": "document_end"
},
{
"js": [
"js\/moodle-examens.user.js"
],
"matches": [
"https:\/\/moodle-examens.cesi.fr\/login\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/ent-ad.user.js"
],
"matches": [
"https:\/\/sts.viacesi.fr\/adfs\/ls\/"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"icon\/*.png",
"images\/*.png",
"icons\/*.png",
"css\/*.css"
],
"matches": [
" | |