Roll20 Dark Mode Fix
A quick fix for the new Dark Mode in Roll20 to fix some colours
Was ist Roll20 Dark Mode Fix?
Roll20 Dark Mode Fix ist eine Chrome-Erweiterung, die von Phat32 entwickelt wurde, und ihr Hauptmerkmal ist "A quick fix for the new Dark Mode in Roll20 to fix some colours".
Erweiterungsscreenshots
Roll20 Dark Mode Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roll20 Dark Mode Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A quick fix to correct some of the Dark Mode colours newly release on Roll20
Grundlegende Informationen zur Erweiterung
Name | Roll20 Dark Mode Fix |
ID | nobafghjfmcpkjpliogameoehcnnfdop |
Offizielle URL | https://chromewebstore.google.com/detail/roll20-dark-mode-fix/nobafghjfmcpkjpliogameoehcnnfdop |
Beschreibung | A quick fix for the new Dark Mode in Roll20 to fix some colours |
Dateigröße | 21.62 KB |
Installationsanzahl | 132 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2022-03-07 |
Veröffentlichungsdatum | 2022-03-07 |
Bewertung | 2.25/5 Insgesamt 4 Bewertungen |
Entwickler | Phat32 |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Roll20 Dark Mode Fix", "version": "0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "A quick fix for the new Dark Mode in Roll20 to fix some colours", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/app.roll20.net\/editor\/" ] } ] } |