Twitch Notifications
Notifies you when one of the streamers you are following starts streaming.
Twitch Notifications क्या है?
Twitch Notifications mickelus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies you when one of the streamers you are following starts streaming."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
All that you need to do to get started is to put your twitch username in the username field on the options page. A link to the option page can be found under "Tools" > "Extensions" > "Twitch notifications". Clicking a notification will open the stream in a new tab. The source is on github: https://github.com/mickelus/twitchNotifications. Feel free to submit bug reports, feature requests or pull requests.
एक्सटेंशन की मूल जानकारी
नाम | Twitch Notifications |
ID | inkakioanfdnbbikoenlmmpaomnangkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-notifications/inkakioanfdnbbikoenlmmpaomnangkh |
विवरण | Notifies you when one of the streamers you are following starts streaming. |
फ़ाइल का आकार | 38.46 KB |
स्थापना संख्या | 211 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-02-10 |
प्रकाशन तिथि | 2016-02-10 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | mickelus |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "content_security_policy": "image-src 'self' *:\/\/static-cdn.jtvnw.net\/*; object-src 'self'; script-src 'self'", "permissions": [ "alarms", "storage", "notifications", "cookies", "*:\/\/api.twitch.tv\/*", "*:\/\/static-cdn.jtvnw.net\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": false } } |