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

Cos'è Spelltable Spectator?

Spelltable Spectator è un'estensione di Chrome sviluppata da 13kevlop, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spelltable Spectator

Scarica i file di estensione Spelltable Spectator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Spelltable Spectator Spelltable Spectator
ID gibfelmjecbkbdkkgbgnknnfplmhdcmn
URL Ufficiale https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn
Descrizione 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
Dimensione del File 93.07 KB
Conteggio Installazioni 353
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-02-27
Data di Pubblicazione 2023-01-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 13kevlop
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}