42 Logtime & Darkmode

42 Logtime & Darkmode

What is 42 Logtime & Darkmode?

42 Logtime & Darkmode is a Chrome extension developed by Omar Akoudad, and its main feature is "42 Logtime & Darkmode".

Extension Screenshots

screenshot
screenshot

Download 42 Logtime & Darkmode Extension CRX File

Download 42 Logtime & Darkmode 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

                        This extension is for 42 students. With the extension, every time  you activate it, it will show how many hours you logged-in  in that month & you will be able to switch to the dark mode.

Unique Today Extension - Shows Time Spent Today                    

Extension Basic Information

Name 42 Logtime & Darkmode 42 Logtime & Darkmode
ID kkcjiilcfieknbpdhihhhncdbligjplg
Official URL https://chromewebstore.google.com/detail/42-logtime-darkmode/kkcjiilcfieknbpdhihhhncdbligjplg
Description 42 Logtime & Darkmode
File Size 45.75 KB
Installation Count 323
Current Version 0.0.3
Last Updated 2022-03-19
Publish Date 2022-02-08
Rating 5.00/5 Total 2 Ratings
Developer Omar Akoudad
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "42 Logtime & Darkmode",
    "description": "42 Logtime & Darkmode",
    "version": "0.0.3",
    "icons": {
        "16": "includes\/images\/16.png",
        "32": "includes\/images\/32.png",
        "64": "includes\/images\/64.png",
        "128": "includes\/images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.intra.42.fr\/*",
                "https:\/\/profile.intra.42.fr\/users\/*"
            ],
            "js": [
                "includes\/jquery.js",
                "includes\/aaaa.js"
            ]
        }
    ]
}