Roll20 Dark Mode Fix
A quick fix for the new Dark Mode in Roll20 to fix some colours
Wat is Roll20 Dark Mode Fix?
Roll20 Dark Mode Fix is een Chrome-extensie ontwikkeld door Phat32, en de belangrijkste functie is "A quick fix for the new Dark Mode in Roll20 to fix some colours".
Extensie Screenshots
Download het CRX-bestand van de extensie Roll20 Dark Mode Fix
Download Roll20 Dark Mode Fix-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
A quick fix to correct some of the Dark Mode colours newly release on Roll20
Basisinformatie over de Extensie
Naam | Roll20 Dark Mode Fix |
ID | nobafghjfmcpkjpliogameoehcnnfdop |
Officiële URL | https://chromewebstore.google.com/detail/roll20-dark-mode-fix/nobafghjfmcpkjpliogameoehcnnfdop |
Beschrijving | A quick fix for the new Dark Mode in Roll20 to fix some colours |
Bestandsgrootte | 21.62 KB |
Aantal Installaties | 132 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-03-07 |
Publicatiedatum | 2022-03-07 |
Beoordeling | 2.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Phat32 |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } ] } |