LeStream extension
Be notified when Lestream's Stream are live
Wat is LeStream extension?
LeStream extension is een Chrome-extensie ontwikkeld door Alesiae, en de belangrijkste functie is "Be notified when Lestream's Stream are live".
Extensie Screenshots
Download het CRX-bestand van de extensie LeStream extension
Download LeStream extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Soyez notifié lorsque vous streamers préférés sont en live ! Vous recevrez une notification de votre navigateur lorsque un de vos streamer commence son live, change de jeu ou change de titre. Vous avez la possibilité de suivre ou non les différents streamers de LeStream dans l'onglet "Config".
Basisinformatie over de Extensie
Naam | |
ID | lmfpgdofboifpcajlbabafoilamjbdci |
Officiële URL | https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci |
Beschrijving | Be notified when Lestream's Stream are live |
Bestandsgrootte | 525 KB |
Aantal Installaties | 167 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2017-10-20 |
Publicatiedatum | 2017-10-20 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Alesiae |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lestream.fr |
Ondersteunde Talen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeStream extension", "description": "Be notified when Lestream's Stream are live", "version": "3.0", "background": { "scripts": [ "jquery.js", "data.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "No live", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "64": "icon.png" }, "permissions": [ "storage", "https:\/\/*.lestream.fr\/", "tabs", "notifications", "https:\/\/api.twitch.tv\/", "https:\/\/ajax.googleapis.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |