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 |
| 电子邮箱 | [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"
]
} | |