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
Qu'est-ce que Spelltable Spectator ?
Spelltable Spectator est une extension Chrome développée par 13kevlop, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Spelltable Spectator
Téléchargez les fichiers d'extension Spelltable Spectator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Spelltable Spectator |
ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
URL Officiel | 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 |
Taille du Fichier | 93.07 KB |
Nombre d'Installations | 353 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2023-02-27 |
Date de Publication | 2023-01-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | 13kevlop |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |