MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
MultiStream Extension क्या है?
MultiStream Extension jeffdalley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MultiStream Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extension for working with Twitch TV and https://multistre.am. This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup. When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.
एक्सटेंशन की मूल जानकारी
नाम | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
आधिकारिक URL | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
विवरण | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
फ़ाइल का आकार | 264 KB |
स्थापना संख्या | 228 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2024-02-03 |
प्रकाशन तिथि | 2017-10-10 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | jeffdalley |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jdalley |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiStream Extension", "short_name": "ms-extension", "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.", "version": "1.4", "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/kbmod-logo-48.png", "128": "images\/kbmod-logo-128.png" }, "permissions": [ "tabs", "storage" ] } |