Spelltable Spectator

This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator

What is Spelltable Spectator?

Spelltable Spectator is a Chrome extension developed by 13kevlop, and its main feature is "This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator".

Extension Screenshots

screenshot

Download Spelltable Spectator Extension CRX File

Download Spelltable Spectator 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

                        This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator                    

Extension Basic Information

Name Spelltable Spectator Spelltable Spectator
ID gibfelmjecbkbdkkgbgnknnfplmhdcmn
Official URL https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn
Description This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator
File Size 93.07 KB
Installation Count 353
Current Version 0.1.0
Last Updated 2023-02-27
Publish Date 2023-01-21
Rating 5.00/5 Total 1 Ratings
Developer 13kevlop
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spelltable Spectator",
    "version": "0.1.0",
    "description": "This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator",
    "icons": {
        "16": "magnifying-glass.png",
        "32": "magnifying-glass.png",
        "48": "magnifying-glass.png",
        "128": "magnifying-glass.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/spelltable.wizards.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}