7 Days to Die Twitch Integration Command Tool
This is an extension that sends chats with the click of a button for integration commands.
Was ist 7 Days to Die Twitch Integration Command Tool?
7 Days to Die Twitch Integration Command Tool ist eine Chrome-Erweiterung, die von ax4xtq3dq25b entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension that sends chats with the click of a button for integration commands.".
Erweiterungsscreenshots
7 Days to Die Twitch Integration Command Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie 7 Days to Die Twitch Integration Command Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | afhncfplpdlhfibhceilbjpoecjpcnfj |
Offizielle URL | https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj |
Beschreibung | This is an extension that sends chats with the click of a button for integration commands. |
Dateigröße | 80.32 KB |
Installationsanzahl | 411 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2022-01-24 |
Veröffentlichungsdatum | 2021-07-25 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | ax4xtq3dq25b |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |