7 Days to Die Twitch Integration Command Tool
This is an extension that sends chats with the click of a button for integration commands.
Qu'est-ce que 7 Days to Die Twitch Integration Command Tool ?
7 Days to Die Twitch Integration Command Tool est une extension Chrome développée par ax4xtq3dq25b, et sa fonction principale est "This is an extension that sends chats with the click of a button for integration commands.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 7 Days to Die Twitch Integration Command Tool
Téléchargez les fichiers d'extension 7 Days to Die Twitch Integration Command Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | afhncfplpdlhfibhceilbjpoecjpcnfj |
URL Officiel | https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj |
Description | This is an extension that sends chats with the click of a button for integration commands. |
Taille du Fichier | 80.32 KB |
Nombre d'Installations | 411 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2022-01-24 |
Date de Publication | 2021-07-25 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | ax4xtq3dq25b |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |