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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows players to move the webcam frames on roll20 Основная информация о расширении
| Название | |
| 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"
}
} | |