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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ax4xtq3dq25b และคุณลักษณะหลักของมันคือ "This is an extension that sends chats with the click of a button for integration commands."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 7 Days to Die Twitch Integration Command Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |