LeStream extension
Be notified when Lestream's Stream are live
Vad är LeStream extension?
LeStream extension är en Chrome-tillägg utvecklad av Alesiae, och dess huvudfunktion är "Be notified when Lestream's Stream are live".
Tilläggsskärmbilder
Ladda ner LeStream extension-förlängningens CRX-fil
Ladda ner LeStream extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | |
ID | lmfpgdofboifpcajlbabafoilamjbdci |
Officiell webbadress | https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci |
Beskrivning | Be notified when Lestream's Stream are live |
Filstorlek | 525 KB |
Antal Installationer | 167 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2017-10-20 |
Publiceringsdatum | 2017-10-20 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Alesiae |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://lestream.fr |
Stödda Språk | 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'" } |