WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Meet Dice Roller

Google Meet Dice Roller

View on Chrome Web Store
View Google Meet Dice Roller Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (13 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Dice roller extension for RPG players using Google Meet
Type
Extension
Users
3,000 users
1K
Rafael Vasconcelos
View author page of Rafael Vasconcelos
Published
Published on July 12, 2020
Version 1.2.2
Manifest version
3
Updated
Updated on October 12, 2024
lifestyle/fun
Extension Category
View on Chrome Web Store
View Google Meet Dice Roller Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet Dice Roller",
    "version": "1.2.2",
    "description": "Dice roller extension for RPG players using Google Meet",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/64.png",
        "32": "icons\/64.png",
        "48": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/*.png",
                "icons\/*.png",
                "assets\/*.png"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/128.png"
    },
    "host_permissions": [
        "*:\/\/meet.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content-scripts\/index.js",
                "ui\/index.js"
            ]
        }
    ]
}
© 2025 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