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 |
| Eメール | [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"
]
}
]
} | |