Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Was ist Roll20 WebP Support?

Roll20 WebP Support ist eine Chrome-Erweiterung, die von HolographicWings entwickelt wurde, und ihr Hauptmerkmal ist "Workaround for the WebP picture format for Roll20.".

Erweiterungsscreenshots

screenshot

Roll20 WebP Support-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roll20 WebP Support-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
Offizielle URL https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Beschreibung Workaround for the WebP picture format for Roll20.
Dateigröße 23.48 KB
Installationsanzahl 182
Aktuelle Version 1.4
Letztes Update 2022-08-01
Veröffentlichungsdatum 2022-07-25
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler HolographicWings
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}