LeStream extension
Be notified when Lestream's Stream are live
LeStream extension क्या है?
LeStream extension Alesiae द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be notified when Lestream's Stream are live"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LeStream extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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".
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lmfpgdofboifpcajlbabafoilamjbdci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci |
विवरण | Be notified when Lestream's Stream are live |
फ़ाइल का आकार | 525 KB |
स्थापना संख्या | 167 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2017-10-20 |
प्रकाशन तिथि | 2017-10-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Alesiae |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://lestream.fr |
समर्थित भाषाएँ | 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'" } |