7 Days to Die Twitch Integration Command Tool
This is an extension that sends chats with the click of a button for integration commands.
Hvad er 7 Days to Die Twitch Integration Command Tool?
7 Days to Die Twitch Integration Command Tool er en Chrome-udvidelse udviklet af ax4xtq3dq25b, og dens hovedfunktion er "This is an extension that sends chats with the click of a button for integration commands.".
Udvidelsesskærmbilleder
Download 7 Days to Die Twitch Integration Command Tool-udvidelses-CRX-fil
Download 7 Days to Die Twitch Integration Command Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | afhncfplpdlhfibhceilbjpoecjpcnfj |
Officiel URL | https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj |
Beskrivelse | This is an extension that sends chats with the click of a button for integration commands. |
Filstørrelse | 80.32 KB |
Antal Installationer | 411 |
Nuværende Version | 2.1.0 |
Senest Opdateret | 2022-01-24 |
Udgivelsesdato | 2021-07-25 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | ax4xtq3dq25b |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |