Twitch Live Extension
A browser extension that lists your live followed streamers and sends notifications when they start a new stream
Qu'est-ce que Twitch Live Extension ?
Twitch Live Extension est une extension Chrome développée par Pedro Silva, et sa fonction principale est "A browser extension that lists your live followed streamers and sends notifications when they start a new stream".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Live Extension
Téléchargez les fichiers d'extension Twitch Live 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
To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon, you will see the streamers that you follow that are live. This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications. There's also a button to log out from your Twitch account. Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution
Informations de Base sur l'Extension
Nom | Twitch Live Extension |
ID | nlnfdlcbnpafokhpjfffmoobbejpedgj |
URL Officiel | https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj |
Description | A browser extension that lists your live followed streamers and sends notifications when they start a new stream |
Taille du Fichier | 143 KB |
Nombre d'Installations | 10,126 |
Version Actuelle | 4.2.1 |
Dernière Mise à Jour | 2023-09-27 |
Date de Publication | 2020-10-13 |
Évaluation | 4.49/5 Total 59 Évaluations |
Développeur | Pedro Silva |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/PedroS11/twitch-live-extension |
URL de la Page d'Aide | https://github.com/PedroS11/twitch-live-extension/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Live Extension", "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream", "version": "4.2.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html", "default_title": "Twitch Live Extension", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/id.twitch.tv\/oauth2\/*", "https:\/\/api.twitch.tv\/helix\/*" ], "permissions": [ "identity", "notifications", "alarms", "storage", "idle" ] } |