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
Apa itu Spelltable Spectator?
Spelltable Spectator adalah ekstensi Chrome yang dikembangkan oleh 13kevlop, dan fitur utamanya adalah "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".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Spelltable Spectator
Unduh file ekstensi Spelltable Spectator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Spelltable Spectator |
ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
URL Resmi | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn |
Deskripsi | 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 |
Ukuran File | 93.07 KB |
Jumlah Instalasi | 353 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2023-02-27 |
Tanggal Publikasi | 2023-01-21 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | 13kevlop |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |