Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

What is Roll20 WebP Support?

Roll20 WebP Support is a Chrome extension developed by HolographicWings, and its main feature is "Workaround for the WebP picture format for Roll20.".

Extension Screenshots

screenshot

Download Roll20 WebP Support Extension CRX File

Download Roll20 WebP Support extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
Official URL https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Description Workaround for the WebP picture format for Roll20.
File Size 23.48 KB
Installation Count 182
Current Version 1.4
Last Updated 2022-08-01
Publish Date 2022-07-25
Rating 5.00/5 Total 2 Ratings
Developer HolographicWings
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}