Draggable Player Area by Eric

Allows players to move the webcam frames on roll20

What is Draggable Player Area by Eric?

Draggable Player Area by Eric is a Chrome extension developed by SavyTech, and its main feature is "Allows players to move the webcam frames on roll20".

Download Draggable Player Area by Eric Extension CRX File

Download Draggable Player Area by Eric 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

                        Allows players to move the webcam frames on roll20                    

Extension Basic Information

Name Draggable Player Area by Eric Draggable Player Area by Eric
ID gbgefaaedcfbdedbamiicioofngkgnlb
Official URL https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb
Description Allows players to move the webcam frames on roll20
File Size 9.8 KB
Installation Count 11
Current Version 0.1
Last Updated 2016-07-02
Publish Date 2016-07-01
Rating 4.00/5 Total 1 Ratings
Developer SavyTech
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}