Draggable Player Area by Eric

Allows players to move the webcam frames on roll20

Draggable Player Area by Eric là gì?

Draggable Player Area by Eric là một tiện ích mở rộng Chrome được phát triển bởi SavyTech, và tính năng chính của nó là "Allows players to move the webcam frames on roll20".

Tải xuống tệp CRX của tiện ích mở rộng Draggable Player Area by Eric

Tải xuống các tệp mở rộng Draggable Player Area by Eric dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Allows players to move the webcam frames on roll20                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Draggable Player Area by Eric Draggable Player Area by Eric
ID gbgefaaedcfbdedbamiicioofngkgnlb
URL Chính Thức https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb
Mô tả Allows players to move the webcam frames on roll20
Kích Thước Tệp 9.8 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-07-02
Ngày Phát Hành 2016-07-01
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SavyTech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}