7 Days to Die (A20) Twitch Integration
Quick access to 7 Days to Die commands for Twitch integration (fixed).
7 Days to Die (A20) Twitch Integration là gì?
7 Days to Die (A20) Twitch Integration là một tiện ích mở rộng Chrome được phát triển bởi nikos7331, và tính năng chính của nó là "Quick access to 7 Days to Die commands for Twitch integration (fixed).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 7 Days to Die (A20) Twitch Integration
Tải xuống các tệp mở rộng 7 Days to Die (A20) Twitch Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Fixed and working - 2023 This extension allows you to send 7DTD Twitch integration chat commands in one click. Features: - Automatically send all commands available in new patch A20 - Favorites menu - Voting - Current Gamestage tracking (hides unavailable commands depending on game stage) - Choose specific target (streamer or group members) - Clear chat from integration messages and commands: by click, timer or always Settings: - Enable/disable Gamestage Tracking feature - Enable/disable auto sending - Enable/disable original command names ("#spawn_normal" instead of "Normal Zombie") - Change interface size - Select language Leave feedback please if you liked the extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgmddemihbgmkfbghhjkcnfhndoplkon |
URL Chính Thức | https://chromewebstore.google.com/detail/7-days-to-die-a20-twitch/jgmddemihbgmkfbghhjkcnfhndoplkon |
Mô tả | Quick access to 7 Days to Die commands for Twitch integration (fixed). |
Kích Thước Tệp | 195 KB |
Số Lần Cài Đặt | 419 |
Phiên Bản Hiện Tại | 1.7.8 |
Cập Nhật Lần Cuối | 2023-05-10 |
Ngày Phát Hành | 2021-11-26 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | nikos7331 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,tr,es,it,pl,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.7.8", "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_end" } ], "icons": { "128": ".\/img\/128.png" }, "default_locale": "en", "action": { "default_icon": ".\/img\/128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "js\/inject.js" ], "matches": [ "*:\/\/www.twitch.tv\/*" ] } ], "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/www.twitch.tv\/*" ] } |