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开发的Chrome扩展程序,该扩展的主要功能是“Allows players to move the webcam frames on roll20”。

下载Draggable Player Area by Eric扩展crx文件

下载Draggable Player Area by Eric扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}