7 Days to Die Twitch Integration Command Tool
This is an extension that sends chats with the click of a button for integration commands.
Τι είναι το 7 Days to Die Twitch Integration Command Tool;
Το 7 Days to Die Twitch Integration Command Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ax4xtq3dq25b, και η κύρια λειτουργία του είναι "This is an extension that sends chats with the click of a button for integration commands.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 7 Days to Die Twitch Integration Command Tool
Λήψη αρχείων επέκτασης 7 Days to Die Twitch Integration Command Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | afhncfplpdlhfibhceilbjpoecjpcnfj |
Επίσημο URL | https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj |
Περιγραφή | This is an extension that sends chats with the click of a button for integration commands. |
Μέγεθος Αρχείου | 80.32 KB |
Αριθμός Εγκαταστάσεων | 411 |
Τρέχουσα Έκδοση | 2.1.0 |
Τελευταία Ενημέρωση | 2022-01-24 |
Ημερομηνία Δημοσίευσης | 2021-07-25 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | ax4xtq3dq25b |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |