stream[on]
An Chrome extension to alert you when a streaming goes online.
stream[on] क्या है?
stream[on] https://streamon.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Chrome extension to alert you when a streaming goes online."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में stream[on] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | stream[on] |
ID | kehnkjfpdndnpddnhlnaeaplnbegleim |
आधिकारिक URL | https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim |
विवरण | An Chrome extension to alert you when a streaming goes online. |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 186 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-10-24 |
प्रकाशन तिथि | 2019-09-21 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://streamon.info |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://streamon.info/policies/privacy |
समर्थित भाषाएँ | 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 } } |