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

Co je Spelltable Spectator?

Spelltable Spectator je rozšíření Chrome vyvinuté 13kevlop, a jeho hlavní funkcí je „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“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Spelltable Spectator

Stáhněte si soubory rozšíření Spelltable Spectator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Spelltable Spectator Spelltable Spectator
ID gibfelmjecbkbdkkgbgnknnfplmhdcmn
Oficiální URL https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn
Popis 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
Velikost souboru 93.07 KB
Počet instalací 353
Aktuální Verze 0.1.0
Poslední Aktualizace 2023-02-27
Datum Vydání 2023-01-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář 13kevlop
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}