stream[on]
An Chrome extension to alert you when a streaming goes online.
Qu'est-ce que stream[on] ?
stream[on] est une extension Chrome développée par https://streamon.info, et sa fonction principale est "An Chrome extension to alert you when a streaming goes online.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension stream[on]
Téléchargez les fichiers d'extension stream[on] 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
StreamON is an Chrome extension to alert you when a streaming goes online. • Works only with Twitch • Displays online streams from your followed list • Notifications in background Report bugs here: https://github.com/HackJack-101/StreamON/issues Source code: https://github.com/HackJack-101/StreamON
Informations de Base sur l'Extension
Nom | stream[on] |
ID | kehnkjfpdndnpddnhlnaeaplnbegleim |
URL Officiel | https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim |
Description | An Chrome extension to alert you when a streaming goes online. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-10-24 |
Date de Publication | 2019-09-21 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | https://streamon.info |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://streamon.info/policies/privacy |
Langues Prises en Charge | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "1.0.3", "description": "__MSG_extDesc__", "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "management", "background", "storage", "contextMenus", "identity", "https:\/\/id.twitch.tv\/oauth2\/*" ], "background": { "scripts": [ "lib\/tools.js", "lib\/twitch.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/*.png", "lib\/*.js", "options\/options.html" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |