Draggable Player Area by Eric
Allows players to move the webcam frames on roll20
Vad är Draggable Player Area by Eric?
Draggable Player Area by Eric är en Chrome-tillägg utvecklad av SavyTech, och dess huvudfunktion är "Allows players to move the webcam frames on roll20".
Ladda ner Draggable Player Area by Eric-förlängningens CRX-fil
Ladda ner Draggable Player Area by Eric-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows players to move the webcam frames on roll20 Grundläggande Information om Tillägg
| Namn | |
| ID | gbgefaaedcfbdedbamiicioofngkgnlb |
| Officiell webbadress | https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb |
| Beskrivning | Allows players to move the webcam frames on roll20 |
| Filstorlek | 9.8 KB |
| Antal Installationer | 11 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2016-07-02 |
| Publiceringsdatum | 2016-07-01 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | SavyTech |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |