7 Days to Die Twitch Integration Command Tool
This is an extension that sends chats with the click of a button for integration commands.
7 Days to Die Twitch Integration Command Toolとは何ですか?
7 Days to Die Twitch Integration Command Toolはax4xtq3dq25bによって開発されたChromeの拡張機能で、その主な機能は「This is an extension that sends chats with the click of a button for integration commands.」です。
拡張機能のスクリーンショット
7 Days to Die Twitch Integration Command Tool拡張機能のCRXファイルをダウンロード
7 Days to Die Twitch Integration Command Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click this extension button to display a pop-up area listing commands for 7 Days to Die Twitch integration.
By clicking each command button, you can send a command chat that can be used for Twitch integration in 7 Days to die, which is open in the active tab. 拡張機能の基本情報
| 名前 | |
| ID | afhncfplpdlhfibhceilbjpoecjpcnfj |
| 公式URL | https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj |
| 説明 | This is an extension that sends chats with the click of a button for integration commands. |
| ファイルサイズ | 80.32 KB |
| インストール数 | 411 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2022-01-24 |
| 公開日 | 2021-07-25 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | ax4xtq3dq25b |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_title__",
"description": "__MSG_desc__",
"version": "2.1.0",
"action": {
"default_icon": "icon16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"cross_origin_embedder_policy": {
"value": "require-corp"
},
"cross_origin_opener_policy": {
"value": "same-origin"
},
"permissions": [
"storage"
]
} | |