Roll20 Dark Mode Fix

A quick fix for the new Dark Mode in Roll20 to fix some colours

Apa itu Roll20 Dark Mode Fix?

Roll20 Dark Mode Fix adalah ekstensi Chrome yang dikembangkan oleh Phat32, dan fitur utamanya adalah "A quick fix for the new Dark Mode in Roll20 to fix some colours".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Roll20 Dark Mode Fix

Unduh file ekstensi Roll20 Dark Mode Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A quick fix to correct some of the Dark Mode colours newly release on Roll20                    

Informasi Dasar Ekstensi

Nama Roll20 Dark Mode Fix Roll20 Dark Mode Fix
ID nobafghjfmcpkjpliogameoehcnnfdop
URL Resmi https://chromewebstore.google.com/detail/roll20-dark-mode-fix/nobafghjfmcpkjpliogameoehcnnfdop
Deskripsi A quick fix for the new Dark Mode in Roll20 to fix some colours
Ukuran File 21.62 KB
Jumlah Instalasi 132
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-03-07
Tanggal Publikasi 2022-03-07
Penilaian 2.25/5 Total 4 Penilaian
Pengembang Phat32
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
            ]
        }
    ]
}