Circuit Dark Mode

Dark Mode for Circuit. Extension not official

Cos'è Circuit Dark Mode?

Circuit Dark Mode è un'estensione di Chrome sviluppata da Fabio Leme, e la sua funzione principale è "Dark Mode for Circuit. Extension not official".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Circuit Dark Mode

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

                        Adds a wonder dark theme feature when installed on Chrome Browser. You will receive updates whenever new changes are updated.

UPDATES: 27/05/2020

*New styles areas updated                    

Informazioni di Base sull'Estensione

Nome Circuit Dark Mode Circuit Dark Mode
ID dnbienmilkidinchjfnhllcflpjhiddi
URL Ufficiale https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi
Descrizione Dark Mode for Circuit. Extension not official
Dimensione del File 42.99 KB
Conteggio Installazioni 28
Versione Corrente 1.0.2
Ultimo Aggiornamento 2020-05-28
Data di Pubblicazione 2020-05-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Fabio Leme
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Circuit Dark Mode",
    "description": "Dark Mode for  Circuit. Extension not official",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eu.yourcircuit.com\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}