MultiTwitchIT

Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams

MultiTwitchIT क्या है?

MultiTwitchIT https://www.outofmemory.blog.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams"।

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

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

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

                        This extension makes the life easier for twitch.tv users who likes to use the multitwitch.tv functionality to watch multiple streams in the same tab.
Open all streams you want to watch and then click on the MultitwitchIT icon of  and voia la! A new tab opens with all previously opened twtich.tv streams.                    

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

नाम MultiTwitchIT MultiTwitchIT
ID jgdgdklgeobfdjmjhajoeblmaicchfel
आधिकारिक URL https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel
विवरण Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams
फ़ाइल का आकार 61.04 KB
स्थापना संख्या 74
वर्तमान संस्करण 0.4
अंतिम अपडेट 2016-09-12
प्रकाशन तिथि 2016-09-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.outofmemory.blog.br
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTwitchIT",
    "description": "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}