WebExtension.net
WebExtension.net

R20Exporter

View on Chrome Web Store
View R20Exporter Chrome Extension on Chrome Web Store
4.3 (13 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export a Roll20 Campaign with all its assets to a ZIP file.
Type
Extension
Users
10,000 users
KaKaRoTo
View author page of KaKaRoTo
Published
Published on January 14, 2020
Version 0.10.0
Manifest version
3
Updated
Updated on October 16, 2024
View on Chrome Web Store
View R20Exporter Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "R20Exporter",
    "version": "0.10.0",
    "manifest_version": 3,
    "description": "Export a Roll20 Campaign with all its assets to a ZIP file.",
    "host_permissions": [
        "*:\/\/app.roll20.net\/editor\/"
    ],
    "icons": {
        "16": "images\/icons\/icon16.png",
        "24": "images\/icons\/icon24.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "128": "images\/icons\/icon128.png",
        "256": "images\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/R20Exporter.js",
                "libs\/*\/*.js"
            ],
            "matches": [
                "https:\/\/app.roll20.net\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor\/*"
            ],
            "js": [
                "src\/R20ContentScript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top