Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

O que é Roll20 WebP Support?

Roll20 WebP Support é uma extensão do Chrome desenvolvida por HolographicWings, e sua principal característica é "Workaround for the WebP picture format for Roll20.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Roll20 WebP Support

Baixe arquivos de extensão Roll20 WebP Support no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
URL Oficial https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Descrição Workaround for the WebP picture format for Roll20.
Tamanho do Arquivo 23.48 KB
Contagem de Instalações 182
Versão Atual 1.4
Última Atualização 2022-08-01
Data de Publicação 2022-07-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor HolographicWings
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}