Draggable Player Area by Eric
Allows players to move the webcam frames on roll20
Apa itu Draggable Player Area by Eric?
Draggable Player Area by Eric adalah ekstensi Chrome yang dikembangkan oleh SavyTech, dan fitur utamanya adalah "Allows players to move the webcam frames on roll20".
Unduh Berkas CRX Ekstensi Draggable Player Area by Eric
Unduh file ekstensi Draggable Player Area by Eric dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Allows players to move the webcam frames on roll20
Informasi Dasar Ekstensi
Nama | Draggable Player Area by Eric |
ID | gbgefaaedcfbdedbamiicioofngkgnlb |
URL Resmi | https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb |
Deskripsi | Allows players to move the webcam frames on roll20 |
Ukuran File | 9.8 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-07-02 |
Tanggal Publikasi | 2016-07-01 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | SavyTech |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |