Beyond Me

Tools for D&D Beyond

What is Beyond Me?

Beyond Me is a Chrome extension developed by Unknown, and its main feature is "Tools for D&D Beyond".

Extension Screenshots

screenshot

Download Beyond Me Extension CRX File

Download Beyond Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Organizes your D&D Beyond character list by campaign. See your characters sorted by campaign, or create campaigns to use as "folders" for your character ideas.                    

Extension Basic Information

Name Beyond Me Beyond Me
ID eaphnbdppcjbifhjmamcdamkaaocpenn
Official URL https://chromewebstore.google.com/detail/beyond-me/eaphnbdppcjbifhjmamcdamkaaocpenn
Description Tools for D&D Beyond
File Size 33.93 KB
Installation Count 214
Current Version 1.0
Last Updated 2021-10-27
Publish Date 2021-10-26
Rating 2.33/5 Total 3 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beyond Me",
    "description": "Tools for D&D Beyond",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ]
        }
    ]
}