DnD Beyond Game Log

Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.

DnD Beyond Game Log là gì?

DnD Beyond Game Log là một tiện ích mở rộng Chrome được phát triển bởi alexander.saurber, và tính năng chính của nó là "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.".

Ả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 DnD Beyond Game Log

Tải xuống các tệp mở rộng DnD Beyond Game Log 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 modifies the DnD Beyond campaign page when you click the "Game Log" button. Upon loading the page, it adds an event listener to wait for the Game Log button to be clicked. Once clicked, it removes all content from the page except the Game Log messages, and styles them to a dark mode with more subtle colors for all of the colored dice roll effects.                    

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

Tên DnD Beyond Game Log DnD Beyond Game Log
ID dckkobfhocjadfiinhkklfkljepejahf
URL Chính Thức https://chromewebstore.google.com/detail/dnd-beyond-game-log/dckkobfhocjadfiinhkklfkljepejahf
Mô tả Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.
Kích Thước Tệp 17.71 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2023-07-10
Nhà Phát Triển alexander.saurber
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DnD Beyond Game Log",
    "version": "1.0.0",
    "description": "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.dndbeyond.com\/campaigns\/*"
            ],
            "css": [
                "scripts\/style.css"
            ]
        }
    ]
}