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란 무엇입니까?
7 Days to Die (A20) Twitch Integration은(는) nikos7331에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to 7 Days to Die commands for Twitch integration (fixed)."입니다.
확장 프로그램 스크린샷
7 Days to Die (A20) Twitch Integration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | jgmddemihbgmkfbghhjkcnfhndoplkon |
공식 URL | https://chromewebstore.google.com/detail/7-days-to-die-a20-twitch/jgmddemihbgmkfbghhjkcnfhndoplkon |
설명 | Quick access to 7 Days to Die commands for Twitch integration (fixed). |
파일 크기 | 195 KB |
설치 횟수 | 419 |
현재 버전 | 1.7.8 |
최근 업데이트 | 2023-05-10 |
출시 날짜 | 2021-11-26 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | nikos7331 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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\/*" ] } |