beyond digital d20

Sync dndbeyond with dd20 vtt

beyond digital d20 là gì?

beyond digital d20 là một tiện ích mở rộng Chrome được phát triển bởi Fernando Setien Dodero, và tính năng chính của nó là "Sync dndbeyond with dd20 vtt".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng beyond digital d20

Tải xuống các tệp mở rộng beyond digital d20 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension allows to sync your dndbeyond character sheet with the Virtual Table Top digitald20. 
It also works with The Black Book  A GUMSHOE character builder. 

Once you make a roll on the character sheet, this will appear to all the rest of the players on the chat box. You also will be able to track damage with this roll. 

It will connect www.dndbeyond.com with board.digitald20.com.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên beyond digital d20 beyond digital d20
ID jodofclnfifmpeopfjppbicljjnjjnmo
URL Chính Thức https://chromewebstore.google.com/detail/beyond-digital-d20/jodofclnfifmpeopfjppbicljjnjjnmo
Mô tả Sync dndbeyond with dd20 vtt
Kích Thước Tệp 92.42 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2023-12-03
Ngày Phát Hành 2020-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Fernando Setien Dodero
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://board.digitald20.com
URL Trang Chính Sách Bảo Mật https://digitald20.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "beyond digital d20",
    "description": "Sync dndbeyond with dd20 vtt",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/logodd20_32.png"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/room\/*",
            "http:\/\/localhost\/newroom\/*",
            "http:\/\/board.digitald20.com\/room\/*",
            "http:\/\/board.digitald20.com\/newroom\/*",
            "https:\/\/board.digitald20.com\/room\/*",
            "https:\/\/board.digitald20.com\/newroom\/*",
            "http:\/\/tablero.digitald20.com:8080\/newroom\/*",
            "https:\/\/tablero.digitald20.com:8443\/newroom\/*",
            "https:\/\/tablero.digitald20.com\/newroom\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/sources\/*"
            ],
            "js": [
                "js\/dndadv.js"
            ]
        },
        {
            "matches": [
                "https:\/\/theblackbook.io\/characters\/show\/*"
            ],
            "js": [
                "js\/blackbook.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/characters\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/monsters\/*"
            ],
            "js": [
                "js\/monster.js"
            ]
        },
        {
            "matches": [
                "https:\/\/5e.tools\/bestiary.html"
            ],
            "js": [
                "js\/5etools.js"
            ]
        },
        {
            "matches": [
                "https:\/\/5e.tools\/adventure.html"
            ],
            "js": [
                "js\/5e_adventures.js"
            ]
        },
        {
            "matches": [
                "https:\/\/board.digitald20.com\/room\/*"
            ],
            "js": [
                "js\/board.js",
                "js\/lz-string.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost\/room\/*"
            ],
            "js": [
                "js\/board.js",
                "js\/lz-string.js"
            ]
        },
        {
            "matches": [
                "https:\/\/board.digitald20.com\/newroom\/*"
            ],
            "js": [
                "js\/board.js",
                "js\/lz-string.js"
            ]
        },
        {
            "matches": [
                "*:\/\/tablero.digitald20.com\/newroom\/*"
            ],
            "js": [
                "js\/board.js",
                "js\/lz-string.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost\/newroom\/*"
            ],
            "js": [
                "js\/board.js",
                "js\/lz-string.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/logodd20_128.png",
        "16": "images\/logodd20_16.png",
        "48": "images\/logodd20_48.png",
        "64": "images\/logodd20_64.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.1.2"
}