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 |
| 官方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"
]
}
]
} | |