VTT Bridge
Connect Dungeon Master's Vault to Roll20.
什麼是VTT Bridge?
VTT Bridge是由averycrespi.developer開發的Chrome擴展程式,該擴展的主要功能是“Connect Dungeon Master's Vault to Roll20.”。
擴展截圖
下載VTT Bridge擴展crx文件
下載VTT Bridge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you play D&D on Roll20, but prefer to manage your characters with Dungeon Master's Vault? VTT Bridge seamlessly connects your Dungeon Master's Vault character sheet to your Roll20 game. Key Features - Roll ability checks, attack with weapons, cast spells, and more! - Ctrl-Click to roll with advantage and Shift-Click to roll with disadvantage. - Switch between visible commands (that everyone can see) and hidden commands (that only you and the GM can see). For more information, please visit the GitHub repository at https://github.com/averycrespi/vtt-bridge Disclaimer The use of this tool is meant for use for your own campaigns. It is only meant and should only be used on campaigns with content that you legally possess. The use of this tool may violate the Roll20 Marketplace Asset EULA or the Roll20 Terms of Service. This tool is not affiliated with Dungeon Master's Vault, Roll20, or Wizards of the Coast.
擴展基本資訊
名稱 | VTT Bridge |
ID | fadncbccmelchegmlghbhpjchdmghmhh |
官方網址 | https://chromewebstore.google.com/detail/vtt-bridge/fadncbccmelchegmlghbhpjchdmghmhh |
簡介 | Connect Dungeon Master's Vault to Roll20. |
檔案大小 | 208 KB |
安裝次數 | 1,410 |
目前版本 | 1.6.3 |
更新時間 | 2021-09-12 |
上架時間 | 2020-06-25 |
評分 | 4.50/5 共 4 次評分 |
開發者 | averycrespi.developer |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/averycrespi/vtt-bridge |
說明頁面URL | https://github.com/averycrespi/vtt-bridge/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VTT Bridge", "version": "1.6.3", "description": "Connect Dungeon Master's Vault to Roll20.", "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.dungeonmastersvault.com\/pages\/dnd\/5e\/characters\/*?frame=true" ], "js": [ "dist\/polyfill.js", "dist\/dmv.js" ], "css": [ "dist\/dmv.css" ] }, { "matches": [ "*:\/\/app.roll20.net\/editor*" ], "js": [ "dist\/polyfill.js", "dist\/roll20.js" ], "css": [ "dist\/roll20.css" ] } ], "background": { "scripts": [ "dist\/polyfill.js", "dist\/background.js" ] } } |