VTTA.io D&D Beyond Integration

Integrate your licensed content from D&D Beyond into your running Foundry VTT Dungeons & Dragons session.

VTTA.io D&D Beyond Integrationคืออะไร?

VTTA.io D&D Beyond Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vtta.io และคุณลักษณะหลักของมันคือ "Integrate your licensed content from D&D Beyond into your running Foundry VTT Dungeons & Dragons session."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VTTA.io D&D Beyond Integration

ดาวน์โหลดไฟล์ส่วนขยาย VTTA.io D&D Beyond Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you an avid user of both D&D Beyond and Foundry VTT? Do you want to seamlessly integrate both tools into your regular DMing workflows? VTTA.io: D&D Beyond Integration helps you to achieve that goal. 

By building a bridge between your licensed content and your gaming or preparation session using Foundry VTT, you can easily

- use the encounter builder to prepare challenging encounters - and import the planned monsters straight into your game
- buy source books and adventure books on D&D Beyond and import them into your Foundry VTT game, including backlinks to your D&D Beyond content. Everything is just few clicks away, enabling to refresh your memory on status effects and rules while running your game.
- imported tables makes rolling the effect of Wild Magic or distribution treasure easier than ever

The tools are aimed to provide an easy to use, yet powerful interface to create a great experience. Spend more time imagining and less time preparing! Be confident to be spontaneous in your adventure sessions because everything is just a few clicks away. Enjoy your games and the friendships that evolve during play. 

Privacy Policy and Data Protection
We are storing only the information we think are necessary to provide a service for you, and we adhere to the principle of "Data Poverty". You will need to create a VTTA.io account in order to use this toolset, and the our privacy policy found at https://www.vtta.io/privacy-policy details what kind of data is stored about you, and why. Unless you create an account on the website, no data is stored or processed about you at all.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VTTA.io D&D Beyond Integration VTTA.io D&D Beyond Integration
ID jkcgfhmpepgnjkjhgkfbengiopmbbhjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vttaio-dd-beyond-integrat/jkcgfhmpepgnjkjhgkfbengiopmbbhjj
คำอธิบาย Integrate your licensed content from D&D Beyond into your running Foundry VTT Dungeons & Dragons session.
ขนาดไฟล์ 2.83 MB
จำนวนการติดตั้ง 6,897
เวอร์ชันปัจจุบัน 3.0.10
อัปเดตครั้งล่าสุด 2021-08-15
วันที่เผยแพร่ 2021-03-20
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://vtta.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vtta.io/asset/vtta-ddb
URL หน้าช่วยเหลือ https://discord.vtta.io
URL หน้านโยบายความเป็นส่วนตัว https://www.vtta.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VTTA.io D&D Beyond Integration",
    "version": "3.0.10",
    "description": "Integrate your licensed content from D&D Beyond into your running Foundry VTT Dungeons & Dragons session.",
    "icons": {
        "32": "assets\/icons\/vtta.io-s-32x32.png",
        "38": "assets\/icons\/vtta.io-s-38x38.png",
        "64": "assets\/icons\/vtta.io-s-64x64.png",
        "128": "assets\/icons\/vtta.io-s-128x128.png"
    },
    "action": {
        "default_icon": {
            "32": "assets\/icons\/vtta.io-s-32x32.png",
            "38": "assets\/icons\/vtta.io-s-38x38.png",
            "64": "assets\/icons\/vtta.io-s-64x64.png",
            "128": "assets\/icons\/vtta.io-s-128x128.png"
        },
        "default_title": "Click Me",
        "default_popup": "browser\/popup\/index.html"
    },
    "author": "Sebastian Will",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/monsters*",
                "https:\/\/www.dndbeyond.com\/monsters?page=*",
                "https:\/\/www.dndbeyond.com\/magic-items*",
                "https:\/\/www.dndbeyond.com\/magic-items?page=*",
                "https:\/\/www.dndbeyond.com\/spells*",
                "https:\/\/www.dndbeyond.com\/spells?page=*",
                "https:\/\/www.dndbeyond.com\/spells\/school\/*",
                "https:\/\/www.dndbeyond.com\/spells\/class\/*",
                "https:\/\/www.dndbeyond.com\/equipment*",
                "https:\/\/www.dndbeyond.com\/equipment?page=*",
                "https:\/\/www.dndbeyond.com\/encounter-builder*"
            ],
            "js": [
                "assets\/libs\/jquery\/jquery-3.5.1.min.js",
                "assets\/libs\/jquery\/jquery.adjustments.js",
                "content\/dndbeyond.com\/listing.js"
            ],
            "css": [
                "assets\/css\/status.min.css",
                "assets\/css\/adjustments.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/monsters\/*",
                "https:\/\/www.dndbeyond.com\/magic-items\/*",
                "https:\/\/www.dndbeyond.com\/spells\/*",
                "https:\/\/www.dndbeyond.com\/equipment\/*"
            ],
            "js": [
                "assets\/libs\/jquery\/jquery-3.5.1.min.js",
                "assets\/libs\/jquery\/jquery.adjustments.js",
                "content\/dndbeyond.com\/detail.js"
            ],
            "css": [
                "assets\/css\/status.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/encounter-builder"
            ],
            "js": [
                "assets\/libs\/jquery\/jquery-3.5.1.min.js",
                "assets\/libs\/jquery\/jquery.adjustments.js",
                "content\/dndbeyond.com\/encounterBuilder\/builder.js"
            ],
            "css": [
                "assets\/css\/status.min.css",
                "assets\/css\/adjustments.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/sources\/*"
            ],
            "js": [
                "assets\/libs\/jquery\/jquery-3.5.1.min.js",
                "assets\/libs\/jquery\/jquery.adjustments.js",
                "content\/dndbeyond.com\/sources\/toc.js"
            ],
            "css": [
                "assets\/css\/status.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/sources\/*"
            ],
            "js": [
                "assets\/libs\/jquery\/jquery-3.5.1.min.js",
                "assets\/libs\/jquery\/jquery.adjustments.js",
                "content\/dndbeyond.com\/sources\/page.js"
            ],
            "css": [
                "assets\/css\/status.min.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/marketplace\/*"
            ],
            "js": [
                "assets\/libs\/jquery\/jquery-3.5.1.min.js",
                "assets\/libs\/jquery\/jquery.adjustments.js",
                "content\/dndbeyond.com\/marketplace.js"
            ],
            "css": [
                "assets\/css\/status.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vtta.dev\/user\/profile",
            "https:\/\/*.vtta.io\/user\/profile",
            "https:\/\/vttassets.eu.ngrok.io\/user\/profile"
        ]
    },
    "homepage_url": "https:\/\/www.vtta.io",
    "host_permissions": [],
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAytSaZ5gNqsm\/J35cOcVuU0NWt+LA830RT7Hn0Ub0Wt2F9588ffdSnavLCifGrWtpSVtK15nwqG+4nYrRCrA1Unw4LrQT8oAOxfTVsGUB7PFBqmTR2t8+qsaVhndLVx2fccBRZkW\/j13xoePO6DXKS0Cmk0z9sd8C4pDJm9palp\/LSNU+YNaURZ1XQHLcUuv\/JOeh3Dm2AcFJ4qCy+P+TsQd0ZVY+GcJppGIMrLu3bOflMbFzYbLvsrMLoEdAfNRUznNnlvMHoDQKVHbb6k4YbjIVZiG6+wa\/rm7dDuFp1GydBeKkNqQK2knXVsbpwFB3n3U52J2pCQvxBopwnti6jwIDAQAB",
    "offline_enabled": false,
    "options_ui": {
        "page": "browser\/options\/index.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "short_name": "VTTA.io DDB",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "assets\/icons\/*.svg",
                "assets\/img\/position-chrome-tabs.gif",
                "assets\/css\/*.css"
            ],
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ]
        }
    ]
}