Dark-Numworks

A chrome add-on to make the numworks workshop website darker.

Cos'è Dark-Numworks?

Dark-Numworks è un'estensione di Chrome sviluppata da CZX - Dev, e la sua funzione principale è "A chrome add-on to make the numworks workshop website darker.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark-Numworks

Scarica i file di estensione Dark-Numworks 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

                        [FR] - Vous êtes "anti white theme"? Eh bien voici dark-Numworks, qui changera le site workshop.numworks.com pour vos yeux! Implémentant un dark theme fait à la main!

[ENG] - Are you "anti white theme"? Well here is dark-Numworks, which will change the workshop.numworks.com website for your eyes! Implementing a handmade dark theme!                    

Informazioni di Base sull'Estensione

Nome Dark-Numworks Dark-Numworks
ID hpjcifgaejbdpnkdbiifofodhbmpmjij
URL Ufficiale https://chromewebstore.google.com/detail/dark-numworks/hpjcifgaejbdpnkdbiifofodhbmpmjij
Descrizione A chrome add-on to make the numworks workshop website darker.
Dimensione del File 39.56 KB
Conteggio Installazioni 50
Versione Corrente 0.1.4
Ultimo Aggiornamento 2019-11-27
Data di Pubblicazione 2019-11-27
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore CZX - Dev
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Cozax/numworks-site-dark-theme
URL della Pagina di Aiuto https://github.com/Cozax/numworks-site-dark-theme/issues
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark-Numworks",
    "version": "0.1.4",
    "description": "A chrome add-on to make the numworks workshop website darker.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "22596700.png",
        "128": "22596700.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css",
                "dn-options.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/workshop.numworks.com\/*"
            ]
        }
    ]
}