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
Vad är Spelltable Spectator?
Spelltable Spectator är en Chrome-tillägg utvecklad av 13kevlop, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner Spelltable Spectator-förlängningens CRX-fil
Ladda ner Spelltable Spectator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| Officiell webbadress | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| Beskrivning | 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 |
| Filstorlek | 93.07 KB |
| Antal Installationer | 353 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2023-02-27 |
| Publiceringsdatum | 2023-01-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | 13kevlop |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |