Accelo Night Mode

Accelo Night Mode

What is Accelo Night Mode?

Accelo Night Mode is a Chrome extension developed by Ancel.Designs, and its main feature is "Accelo Night Mode".

Extension Screenshots

screenshot

Download Accelo Night Mode Extension CRX File

Download Accelo Night 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

                        Night/Dark mode for Accelo.com.

This theme offers a more dark tone to Accelo's website.
Its mainly just css replacement theme.

Dark tones based off Discord.
Primary color picker added for users custom color preference.

Version 0.04 
- Added Failsafe for color-picker creation. 
- Added color lighten functions to handle hovers
- CSS added for new dropdowns

Please let me know of any elements that are hard to read/not themed correctly.                    

Extension Basic Information

Name Accelo Night Mode Accelo Night Mode
ID ohandfkkholchfnmnadncphipjapbafd
Official URL https://chromewebstore.google.com/detail/accelo-night-mode/ohandfkkholchfnmnadncphipjapbafd
Description Accelo Night Mode
File Size 17.02 KB
Installation Count 38
Current Version 0.05
Last Updated 2022-07-27
Publish Date 2021-11-10
Rating 3.00/5 Total 1 Ratings
Developer Ancel.Designs
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "exclude_globs": [
                ""
            ],
            "include_globs": [
                "*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.accelo.com\/*",
                "*:\/\/*.accelo.com\/*"
            ]
        }
    ],
    "description": "Accelo Night Mode",
    "name": "Accelo Night Mode",
    "short_name": "Accelo Night Mode",
    "version": "0.05"
}