Multi Twitch Extension
Chrome Extension who allow you to easely follow when your streamers goes live.
Τι είναι το Multi Twitch Extension;
Το Multi Twitch Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lupusanghren, και η κύρια λειτουργία του είναι "Chrome Extension who allow you to easely follow when your streamers goes live.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Multi Twitch Extension
Λήψη αρχείων επέκτασης Multi Twitch Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A Chrome extension that allows you to easely know when your favorite streamers are live. With this chrome extension you can also manage your favorite streamers on Twitch.tv. You will be notified when a streamer is live. You can easely add streamers through the option page or directly using the 'Add the current channel' button. The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Multi Twitch Extension |
ID | jpgnbiffpoelgpegopldffmpbmfdojga |
Επίσημο URL | https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga |
Περιγραφή | Chrome Extension who allow you to easely follow when your streamers goes live. |
Μέγεθος Αρχείου | 689 KB |
Αριθμός Εγκαταστάσεων | 933 |
Τρέχουσα Έκδοση | 3.2.0 |
Τελευταία Ενημέρωση | 2021-02-03 |
Ημερομηνία Δημοσίευσης | 2020-05-20 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Lupusanghren |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Lupusanghrenn/MultiTwitchExtension |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/Lupusanghrenn |
Υποστηριζόμενες Γλώσσες | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Multi Twitch", "background": { "scripts": [ ".\/scripts\/script_back.js" ] }, "browser_action": { "default_icon": "images\/icone64.png", "default_popup": "pages\/index.html", "default_title": "Multi twitch" }, "description": "__MSG_appDescription__", "icons": { "128": "images\/icone128.png", "64": "images\/icone64.png", "32": "images\/icone32.png", "16": "images\/icone16.png" }, "options_page": "pages\/template_option.html", "permissions": [ "https:\/\/api.twitch.tv\/helix\/streams\/", "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/", "notifications", "tabs" ], "default_locale": "en", "version": "3.2.0", "author": "Lupusanghren @Lupusanghrenn" } |