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
Wat is Spelltable Spectator?
Spelltable Spectator is een Chrome-extensie ontwikkeld door 13kevlop, en de belangrijkste functie 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".
Extensie Screenshots
Download het CRX-bestand van de extensie Spelltable Spectator
Download Spelltable Spectator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn | 
| Officiële URL | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn | 
| Beschrijving | 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 | 
| Bestandsgrootte | 93.07 KB | 
| Aantal Installaties | 353 | 
| Huidige Versie | 0.1.0 | 
| Laatst Bijgewerkt | 2023-02-27 | 
| Publicatiedatum | 2023-01-21 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | 13kevlop | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |