42 Logtime & Darkmode

42 Logtime & Darkmode

Cos'è 42 Logtime & Darkmode?

42 Logtime & Darkmode è un'estensione di Chrome sviluppata da Omar Akoudad, e la sua funzione principale è "42 Logtime & Darkmode".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 42 Logtime & Darkmode

Scarica i file di estensione 42 Logtime & Darkmode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome 42 Logtime & Darkmode 42 Logtime & Darkmode
ID kkcjiilcfieknbpdhihhhncdbligjplg
URL Ufficiale https://chromewebstore.google.com/detail/42-logtime-darkmode/kkcjiilcfieknbpdhihhhncdbligjplg
Descrizione 42 Logtime & Darkmode
Dimensione del File 45.75 KB
Conteggio Installazioni 323
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-03-19
Data di Pubblicazione 2022-02-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Omar Akoudad
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}