Epitech RoadBlock

Adds additional information to roadblock modules

What is Epitech RoadBlock?

Epitech RoadBlock is a Chrome extension developed by alwyn974, and its main feature is "Adds additional information to roadblock modules".

Extension Screenshots

screenshot

Download Epitech RoadBlock Extension CRX File

Download Epitech RoadBlock 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

                        Ajoute des informations à coté de chaque module nécessaire pour valider un roadblock, précise si vous êtes inscrit au module, le nombre de crédit obtenu sur le nombre de crédit obtenable et ajoute une marque (croix ou tick) qui montre si vous avez obtenu les crédits du module.

Ajoute à coté du nombre de crédit nécessaire pour valider un roadblock, le nombre de crédit obtenu avec les modules et une marque (croix ou tick) qui montre si vous avez valider le roadblock !

Source : https://github.com/alwyn974/EpitechRoadBlockExt                    

Extension Basic Information

Name Epitech RoadBlock Epitech RoadBlock
ID foapohjmcdnoijommffjdbefjpakplej
Official URL https://chromewebstore.google.com/detail/epitech-roadblock/foapohjmcdnoijommffjdbefjpakplej
Description Adds additional information to roadblock modules
File Size 8.47 KB
Installation Count 572
Current Version 1.5
Last Updated 2022-05-20
Publish Date 2021-04-20
Rating 5.00/5 Total 4 Ratings
Developer alwyn974
Email [email protected]
Payment Type free
Extension Website https://github.com/alwyn974/EpitechRoadBlockExt
Help Page URL https://github.com/alwyn974/EpitechRoadBlockExt
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epitech RoadBlock",
    "version": "1.5",
    "description": "Adds additional information to roadblock modules",
    "permissions": [
        "*:\/\/intra.epitech.eu\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "roadblock.js"
            ],
            "matches": [
                "*:\/\/intra.epitech.eu\/module\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}