Twitch multistream

Twitch multistream lets you easily make a multistream of all your favorite twitch streamers

Twitch multistream क्या है?

Twitch multistream jrmurray द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch multistream lets you easily make a multistream of all your favorite twitch streamers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch multistream एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Twitch Multistream will make a multistream from the Twitch.tv stream tabs you have open. You can also login with your Twitch account to get the streams you follow.

The multistream itself is provided by KBMOD a great website and community for gamers. This extension is not affiliated with Twitch.tv.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch multistream Twitch multistream
ID mjaafpfnaeofaacnmkfdafldodlaomln
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-multistream/mjaafpfnaeofaacnmkfdafldodlaomln
विवरण Twitch multistream lets you easily make a multistream of all your favorite twitch streamers
फ़ाइल का आकार 143 KB
स्थापना संख्या 4,608
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2020-05-23
प्रकाशन तिथि 2020-05-23
रेटिंग 4.16/5 कुल 25 रेटिंग्स
डेवलपर jrmurray
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://groups.google.com/forum/#!forum/twitch-multistream-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch multistream",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Twitch multistream lets you easily make a multistream of all your favorite twitch streamers",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiO4V48MHrO7c4lMCKvEEAuGtbqIDdPfL78R\/wPX0bMI8VUpxb9YWgn6+y70\/0UC8WoEQNDuizj4tFhQvYI2Rr7W7FpfJxOBxTpCuWrEylnRlXTZOeUrHw3vYlFGmV+8N8ni0MV4TgHMF47zyeCImHVesfXfbQdU91ZIwwELQ9uPIlY\/d1ans37fhDEYIzNDecQeyMp9iyx+RHu8Kkr9nyw49nGi1XMeSAaXSz8Q15Wp6H4Q9mcNO4uKYxusxs9tsvwQ0QC1Is5+otyX5Ns\/ap4OW8dOZR0TYYWiP61hFkSISmR1XoW3xVlppeY3kPrPYwk2tAkQafSKgwDEwFS95wwIDAQAB",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Twitch multistream",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "http:\/\/kbmod.com\/multistream\/*",
        "https:\/\/api.twitch.tv\/*",
        "http:\/\/twitch.tv\/*"
    ]
}