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

Was ist Spelltable Spectator?

Spelltable Spectator ist eine Chrome-Erweiterung, die von 13kevlop entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot

Spelltable Spectator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spelltable Spectator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Spelltable Spectator Spelltable Spectator
ID gibfelmjecbkbdkkgbgnknnfplmhdcmn
Offizielle URL https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn
Beschreibung 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
Dateigröße 93.07 KB
Installationsanzahl 353
Aktuelle Version 0.1.0
Letztes Update 2023-02-27
Veröffentlichungsdatum 2023-01-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler 13kevlop
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}