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
Spelltable Spectatorคืออะไร?
Spelltable Spectator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 13kevlop และคุณลักษณะหลักของมันคือ "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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spelltable Spectator
ดาวน์โหลดไฟล์ส่วนขยาย Spelltable Spectator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| คำอธิบาย | 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 |
| ขนาดไฟล์ | 93.07 KB |
| จำนวนการติดตั้ง | 353 |
| เวอร์ชันปัจจุบัน | 0.1.0 |
| อัปเดตครั้งล่าสุด | 2023-02-27 |
| วันที่เผยแพร่ | 2023-01-21 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | 13kevlop |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
]
}
]
} | |