Multi Twitch Extension
Chrome Extension who allow you to easely follow when your streamers goes live.
Qu'est-ce que Multi Twitch Extension ?
Multi Twitch Extension est une extension Chrome développée par Lupusanghren, et sa fonction principale est "Chrome Extension who allow you to easely follow when your streamers goes live.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Multi Twitch Extension
Téléchargez les fichiers d'extension Multi Twitch Extension 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
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.
Informations de Base sur l'Extension
Nom | Multi Twitch Extension |
ID | jpgnbiffpoelgpegopldffmpbmfdojga |
URL Officiel | https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga |
Description | Chrome Extension who allow you to easely follow when your streamers goes live. |
Taille du Fichier | 689 KB |
Nombre d'Installations | 933 |
Version Actuelle | 3.2.0 |
Dernière Mise à Jour | 2021-02-03 |
Date de Publication | 2020-05-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Lupusanghren |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Lupusanghrenn/MultiTwitchExtension |
URL de la Page d'Aide | https://twitter.com/Lupusanghrenn |
Langues Prises en Charge | 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" } |