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
Hvad er Spelltable Spectator?
Spelltable Spectator er en Chrome-udvidelse udviklet af 13kevlop, og dens hovedfunktion er "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".
Udvidelsesskærmbilleder
Download Spelltable Spectator-udvidelses-CRX-fil
Download Spelltable Spectator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| Officiel URL | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| Beskrivelse | 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 |
| Filstørrelse | 93.07 KB |
| Antal Installationer | 353 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2023-02-27 |
| Udgivelsesdato | 2023-01-21 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | 13kevlop |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |