Accelo Night Mode

Accelo Night Mode

Wat is Accelo Night Mode?

Accelo Night Mode is een Chrome-extensie ontwikkeld door Ancel.Designs, en de belangrijkste functie is "Accelo Night Mode".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Accelo Night Mode

Download Accelo Night Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Accelo Night Mode Accelo Night Mode
ID ohandfkkholchfnmnadncphipjapbafd
Officiële URL https://chromewebstore.google.com/detail/accelo-night-mode/ohandfkkholchfnmnadncphipjapbafd
Beschrijving Accelo Night Mode
Bestandsgrootte 17.02 KB
Aantal Installaties 38
Huidige Versie 0.05
Laatst Bijgewerkt 2022-07-27
Publicatiedatum 2021-11-10
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Ancel.Designs
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}