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
Co to jest Spelltable Spectator?
Spelltable Spectator to rozszerzenie Chrome opracowane przez 13kevlop, a jego główną funkcją jest „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”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spelltable Spectator
Pobierz pliki rozszerzeń Spelltable Spectator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| Oficjalny URL | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| Opis | 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 |
| Rozmiar pliku | 93.07 KB |
| Liczba instalacji | 353 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2023-02-27 |
| Data Publikacji | 2023-01-21 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | 13kevlop |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |