MyEpitech

Restore the old percentage of My Epitech !

What is MyEpitech?

MyEpitech is a Chrome extension developed by alwyn974, and its main feature is "Restore the old percentage of My Epitech !".

Extension Screenshots

screenshot

Download MyEpitech Extension CRX File

Download MyEpitech 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

                        Depuis Janvier 2021 les pourcentages ont été retirés de my.epitech.eu
Cette extension permet de restaurer "l'ancien design" de my.epitech.eu en ajoutant une barre de pourcentage (à la place d'un cercle)
L'extension fontionne sur tout les "onglets" de my.epitech.eu
- Year
- Module
- Project
- Details

Sources: https://github.com/alwyn974/MyEpitechExt                    

Extension Basic Information

Name MyEpitech MyEpitech
ID hnkcafanoncncpkgboikhhikdomenepb
Official URL https://chromewebstore.google.com/detail/myepitech/hnkcafanoncncpkgboikhhikdomenepb
Description Restore the old percentage of My Epitech !
File Size 31.49 KB
Installation Count 3,039
Current Version 2.3
Last Updated 2021-10-07
Publish Date 2021-02-26
Rating 5.00/5 Total 17 Ratings
Developer alwyn974
Email [email protected]
Payment Type free
Extension Website https://github.com/alwyn974/MyEpitechExt
Help Page URL https://github.com/alwyn974/MyEpitechExt
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyEpitech",
    "version": "2.3",
    "description": "Restore the old percentage of My Epitech !",
    "permissions": [
        "*:\/\/my.epitech.eu\/*",
        "*:\/\/api.epitest.eu\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/my.epitech.eu\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}