Draggable Player Area by Eric
Allows players to move the webcam frames on roll20
Qu'est-ce que Draggable Player Area by Eric ?
Draggable Player Area by Eric est une extension Chrome développée par SavyTech, et sa fonction principale est "Allows players to move the webcam frames on roll20".
Télécharger le fichier CRX de l'extension Draggable Player Area by Eric
Téléchargez les fichiers d'extension Draggable Player Area by Eric au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows players to move the webcam frames on roll20
Informations de Base sur l'Extension
Nom | Draggable Player Area by Eric |
ID | gbgefaaedcfbdedbamiicioofngkgnlb |
URL Officiel | https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb |
Description | Allows players to move the webcam frames on roll20 |
Taille du Fichier | 9.8 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-07-02 |
Date de Publication | 2016-07-01 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | SavyTech |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |