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