Roll20.net Jukebox API

This extensions allow you to control the Roll20 Jukebox through chat messages

What is Roll20.net Jukebox API?

Roll20.net Jukebox API is a Chrome extension developed by ddikman, and its main feature is "This extensions allow you to control the Roll20 Jukebox through chat messages".

Download Roll20.net Jukebox API Extension CRX File

Download Roll20.net Jukebox API 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

                                            

Extension Basic Information

Name Roll20.net Jukebox API Roll20.net Jukebox API
ID ojnamhaopoeponekmafjonoogfibfobj
Official URL https://chrome.google.com/webstore/detail/roll20net-jukebox-api/ojnamhaopoeponekmafjonoogfibfobj
Description This extensions allow you to control the Roll20 Jukebox through chat messages
File Size 32.94 KB
Installation Count 27
Current Version 1.0
Last Updated 2015-09-11
Publish Date 2015-09-11
Rating 1.00/5 Total 1 Ratings
Developer ddikman
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roll20.net Jukebox API",
    "description": "This extensions allow you to control the Roll20 Jukebox through chat messages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.roll20.net\/editor\/*"
            ],
            "js": [
                "jquery.min.js",
                "api.js"
            ],
            "run_at": "document_end"
        }
    ]
}