42 Logtime & Darkmode
42 Logtime & Darkmode
Wat is 42 Logtime & Darkmode?
42 Logtime & Darkmode is een Chrome-extensie ontwikkeld door Omar Akoudad, en de belangrijkste functie is "42 Logtime & Darkmode".
Extensie Screenshots
Download het CRX-bestand van de extensie 42 Logtime & Darkmode
Download 42 Logtime & Darkmode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |  | 
| ID | kkcjiilcfieknbpdhihhhncdbligjplg | 
| Officiële URL | https://chromewebstore.google.com/detail/42-logtime-darkmode/kkcjiilcfieknbpdhihhhncdbligjplg | 
| Beschrijving | 42 Logtime & Darkmode | 
| Bestandsgrootte | 45.75 KB | 
| Aantal Installaties | 323 | 
| Huidige Versie | 0.0.3 | 
| Laatst Bijgewerkt | 2022-03-19 | 
| Publicatiedatum | 2022-02-08 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | Omar Akoudad | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
} | |