Thème noir + Autologin ENT CESI
Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI
什麼是Thème noir + Autologin ENT CESI?
Thème noir + Autologin ENT CESI是由https://hugodevland.fr開發的Chrome擴展程式,該擴展的主要功能是“Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI”。
擴展截圖
下載Thème noir + Autologin ENT CESI擴展crx文件
下載Thème noir + Autologin ENT CESI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | neplmkkebjjdfijjkpdbpchcegkadhdi |
| 官方網址 | https://chromewebstore.google.com/detail/th%C3%A8me-noir-+-autologin-en/neplmkkebjjdfijjkpdbpchcegkadhdi |
| 簡介 | Thème noir + Autologin pour soulager vos yeux sur l'ENT CESI |
| 檔案大小 | 24.17 KB |
| 安裝次數 | 644 |
| 目前版本 | 4.8.3 |
| 更新時間 | 2023-12-20 |
| 上架時間 | 2021-09-26 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | https://hugodevland.fr |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://hugodevland.fr |
| 隱私政策頁面URL | https://hugodevland.fr/RC |
| 支援的語言 | 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": [
" | |