Circuit Dark Mode

Dark Mode for Circuit. Extension not official

What is Circuit Dark Mode?

Circuit Dark Mode is a Chrome extension developed by Fabio Leme, and its main feature is "Dark Mode for Circuit. Extension not official".

Extension Screenshots

screenshot
screenshot

Download Circuit Dark Mode Extension CRX File

Download Circuit Dark Mode 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

                        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                    

Extension Basic Information

Name Circuit Dark Mode Circuit Dark Mode
ID dnbienmilkidinchjfnhllcflpjhiddi
Official URL https://chromewebstore.google.com/detail/circuit-dark-mode/dnbienmilkidinchjfnhllcflpjhiddi
Description Dark Mode for Circuit. Extension not official
File Size 42.99 KB
Installation Count 28
Current Version 1.0.2
Last Updated 2020-05-28
Publish Date 2020-05-27
Rating 5.00/5 Total 1 Ratings
Developer Fabio Leme
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}