Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Cos'è Roll20 WebP Support?

Roll20 WebP Support è un'estensione di Chrome sviluppata da HolographicWings, e la sua funzione principale è "Workaround for the WebP picture format for Roll20.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roll20 WebP Support

Scarica i file di estensione Roll20 WebP Support in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
URL Ufficiale https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Descrizione Workaround for the WebP picture format for Roll20.
Dimensione del File 23.48 KB
Conteggio Installazioni 182
Versione Corrente 1.4
Ultimo Aggiornamento 2022-08-01
Data di Pubblicazione 2022-07-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore HolographicWings
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}