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是由13kevlop開發的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”。
擴展截圖
下載Spelltable Spectator擴展crx文件
下載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 |
| 官方網址 | 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"
]
}
]
} | |