Roll20 Dark Mode Fix
A quick fix for the new Dark Mode in Roll20 to fix some colours
What is Roll20 Dark Mode Fix?
Roll20 Dark Mode Fix is a Chrome extension developed by Phat32, and its main feature is "A quick fix for the new Dark Mode in Roll20 to fix some colours".
Extension Screenshots
Download Roll20 Dark Mode Fix Extension CRX File
Download Roll20 Dark Mode Fix 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
A quick fix to correct some of the Dark Mode colours newly release on Roll20
Extension Basic Information
Name | Roll20 Dark Mode Fix |
ID | nobafghjfmcpkjpliogameoehcnnfdop |
Official URL | https://chromewebstore.google.com/detail/roll20-dark-mode-fix/nobafghjfmcpkjpliogameoehcnnfdop |
Description | A quick fix for the new Dark Mode in Roll20 to fix some colours |
File Size | 21.62 KB |
Installation Count | 132 |
Current Version | 0.0.1 |
Last Updated | 2022-03-07 |
Publish Date | 2022-03-07 |
Rating | 2.25/5 Total 4 Ratings |
Developer | Phat32 |
Payment Type | free |
Supported Languages | 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\/" ] } ] } |