7 Days to Die Twitch Integration Command Tool
This is an extension that sends chats with the click of a button for integration commands.
Cos'è 7 Days to Die Twitch Integration Command Tool?
7 Days to Die Twitch Integration Command Tool è un'estensione di Chrome sviluppata da ax4xtq3dq25b, e la sua funzione principale è "This is an extension that sends chats with the click of a button for integration commands.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 7 Days to Die Twitch Integration Command Tool
Scarica i file di estensione 7 Days to Die Twitch Integration Command Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | afhncfplpdlhfibhceilbjpoecjpcnfj |
URL Ufficiale | https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj |
Descrizione | This is an extension that sends chats with the click of a button for integration commands. |
Dimensione del File | 80.32 KB |
Conteggio Installazioni | 411 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2022-01-24 |
Data di Pubblicazione | 2021-07-25 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | ax4xtq3dq25b |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |