Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Wat is Roll20 WebP Support?

Roll20 WebP Support is een Chrome-extensie ontwikkeld door HolographicWings, en de belangrijkste functie is "Workaround for the WebP picture format for Roll20.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Roll20 WebP Support

Download Roll20 WebP Support-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

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

Basisinformatie over de Extensie

Naam Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
Officiële URL https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Beschrijving Workaround for the WebP picture format for Roll20.
Bestandsgrootte 23.48 KB
Aantal Installaties 182
Huidige Versie 1.4
Laatst Bijgewerkt 2022-08-01
Publicatiedatum 2022-07-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar HolographicWings
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}