Draggable Player Area by Eric

Allows players to move the webcam frames on roll20

Draggable Player Area by Eric क्या है?

Draggable Player Area by Eric SavyTech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows players to move the webcam frames on roll20"।

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

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

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

                        Allows players to move the webcam frames on roll20                    

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

नाम Draggable Player Area by Eric Draggable Player Area by Eric
ID gbgefaaedcfbdedbamiicioofngkgnlb
आधिकारिक URL https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb
विवरण Allows players to move the webcam frames on roll20
फ़ाइल का आकार 9.8 KB
स्थापना संख्या 11
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-07-02
प्रकाशन तिथि 2016-07-01
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर SavyTech
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Draggable Player Area by Eric",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.roll20.net\/editor\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}