Multi Twitch Extension
Chrome Extension who allow you to easely follow when your streamers goes live.
Multi Twitch Extension क्या है?
Multi Twitch Extension Lupusanghren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension who allow you to easely follow when your streamers goes live."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Multi Twitch Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome extension that allows you to easely know when your favorite streamers are live. With this chrome extension you can also manage your favorite streamers on Twitch.tv. You will be notified when a streamer is live. You can easely add streamers through the option page or directly using the 'Add the current channel' button. The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.
एक्सटेंशन की मूल जानकारी
नाम | Multi Twitch Extension |
ID | jpgnbiffpoelgpegopldffmpbmfdojga |
आधिकारिक URL | https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga |
विवरण | Chrome Extension who allow you to easely follow when your streamers goes live. |
फ़ाइल का आकार | 689 KB |
स्थापना संख्या | 933 |
वर्तमान संस्करण | 3.2.0 |
अंतिम अपडेट | 2021-02-03 |
प्रकाशन तिथि | 2020-05-20 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Lupusanghren |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Lupusanghrenn/MultiTwitchExtension |
सहायता पृष्ठ URL | https://twitter.com/Lupusanghrenn |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Multi Twitch", "background": { "scripts": [ ".\/scripts\/script_back.js" ] }, "browser_action": { "default_icon": "images\/icone64.png", "default_popup": "pages\/index.html", "default_title": "Multi twitch" }, "description": "__MSG_appDescription__", "icons": { "128": "images\/icone128.png", "64": "images\/icone64.png", "32": "images\/icone32.png", "16": "images\/icone16.png" }, "options_page": "pages\/template_option.html", "permissions": [ "https:\/\/api.twitch.tv\/helix\/streams\/", "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/", "notifications", "tabs" ], "default_locale": "en", "version": "3.2.0", "author": "Lupusanghren @Lupusanghrenn" } |