Draggable Player Area by Eric

Allows players to move the webcam frames on roll20

ما هو Draggable Player Area by Eric؟

Draggable Player Area by Eric هو إضافة Chrome تم تطويرها بواسطة SavyTech، والميزة الرئيسية لها هي "Allows players to move the webcam frames on roll20".

تحميل ملف CRX للإضافة Draggable Player Area by Eric

قم بتنزيل ملفات الامتداد Draggable Player Area by Eric بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}