Draggable Player Area by Eric
Allows players to move the webcam frames on roll20
Cos'è Draggable Player Area by Eric?
Draggable Player Area by Eric è un'estensione di Chrome sviluppata da SavyTech, e la sua funzione principale è "Allows players to move the webcam frames on roll20".
Scarica il file CRX dell'estensione Draggable Player Area by Eric
Scarica i file di estensione Draggable Player Area by Eric in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows players to move the webcam frames on roll20 Informazioni di Base sull'Estensione
| Nome | |
| ID | gbgefaaedcfbdedbamiicioofngkgnlb |
| URL Ufficiale | https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb |
| Descrizione | Allows players to move the webcam frames on roll20 |
| Dimensione del File | 9.8 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-07-02 |
| Data di Pubblicazione | 2016-07-01 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | SavyTech |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |