Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Apa itu Roll20 WebP Support?

Roll20 WebP Support adalah ekstensi Chrome yang dikembangkan oleh HolographicWings, dan fitur utamanya adalah "Workaround for the WebP picture format for Roll20.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Roll20 WebP Support

Unduh file ekstensi Roll20 WebP Support 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

                        Fix roll20 issue related to pictures in WebP format, allows DMs to use this format for their assets without display error.                    

Informasi Dasar Ekstensi

Nama Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
URL Resmi https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Deskripsi Workaround for the WebP picture format for Roll20.
Ukuran File 23.48 KB
Jumlah Instalasi 182
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-08-01
Tanggal Publikasi 2022-07-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang HolographicWings
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roll20 WebP Support",
    "description": "Workaround for the WebP picture format for Roll20.",
    "version": "1.4",
    "author": "HolographicWings",
    "permissions": [],
    "action": [],
    "icons": {
        "256": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}