Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Roll20 WebP Support क्या है?

Roll20 WebP Support HolographicWings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Workaround for the WebP picture format for Roll20."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roll20 WebP Support एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
आधिकारिक URL https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
विवरण Workaround for the WebP picture format for Roll20.
फ़ाइल का आकार 23.48 KB
स्थापना संख्या 182
वर्तमान संस्करण 1.4
अंतिम अपडेट 2022-08-01
प्रकाशन तिथि 2022-07-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर HolographicWings
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}