Nightbot Dark Mode
Adds dark mode and other colors to Nightbot website
Qu'est-ce que Nightbot Dark Mode ?
Nightbot Dark Mode est une extension Chrome développée par EmkoCZ, et sa fonction principale est "Adds dark mode and other colors to Nightbot website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nightbot Dark Mode
Téléchargez les fichiers d'extension Nightbot Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension changes the color palette of the Nightbot's website. Default option is dark mode, but all of the colors can be changed to your liking in the options. v0.0.7 Changelog CURRENT VERSION - Added color picking tool - Fixed found bugs - Updated icons and logo v0.0.6 Changelog - Added description to all options Added images to all options - Fixed bugs - Updated settings for first use (loading times of extension) v0.0.5 Changelog - Added color options You can now change colors of the panels and other parts of the website - Updated the options menu - Added button for color reseting (Changes the colors back to dark mode) Upcoming Features: - Update options description for better understanding - Add even more color options
Informations de Base sur l'Extension
Nom | |
ID | fbecpigldopngcnjjfijeoofeenmmiop |
URL Officiel | https://chromewebstore.google.com/detail/nightbot-dark-mode/fbecpigldopngcnjjfijeoofeenmmiop |
Description | Adds dark mode and other colors to Nightbot website |
Taille du Fichier | 1.52 MB |
Nombre d'Installations | 767 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2022-08-06 |
Date de Publication | 2021-03-28 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | EmkoCZ |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nightbot Dark Mode", "version": "0.0.7", "author": "EmkoCZ", "description": "Adds dark mode and other colors to Nightbot website", "manifest_version": 3, "icons": { "16": ".\/icons\/lanzaNew-16x16.png", "32": ".\/icons\/lanzaNew-32x32.png", "48": ".\/icons\/lanzaNew-48x48.png", "128": ".\/icons\/lanzaNew-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/nightbot.tv\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "info.html", "default_icon": ".\/icons\/lanzaNew-256x256.png", "default_title": "By EmkoCZ" }, "options_ui": { "page": "options3.html", "open_in_tab": true }, "permissions": [ "storage" ] } |