Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Vad är Roll20 WebP Support?

Roll20 WebP Support är en Chrome-tillägg utvecklad av HolographicWings, och dess huvudfunktion är "Workaround for the WebP picture format for Roll20.".

Tilläggsskärmbilder

screenshot

Ladda ner Roll20 WebP Support-förlängningens CRX-fil

Ladda ner Roll20 WebP Support-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
Officiell webbadress https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Beskrivning Workaround for the WebP picture format for Roll20.
Filstorlek 23.48 KB
Antal Installationer 182
Aktuell Version 1.4
Senast Uppdaterad 2022-08-01
Publiceringsdatum 2022-07-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare HolographicWings
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}