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"입니다.

확장 프로그램 스크린샷

screenshot

Thème noir + Autologin ENT CESI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Thème noir + Autologin ENT CESI Thème noir + Autologin ENT CESI
ID neplmkkebjjdfijjkpdbpchcegkadhdi
공식 URL 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon_x16.png",
        "32": "icons\/icon_x32.png",
        "48": "icons\/icon_x48.png",
        "128": "icons\/icon_x128.png"
    },
    "background": {
        "service_worker": "js\/start.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": []
}