Twitch Multitasker

View and Browse at the same time

Twitch Multitasker क्या है?

Twitch Multitasker Josh Sanderson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View and Browse at the same time"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Watch and chat in two Twitch streams at once while still allowing for browsing Twitch on the left half of the screen.

While watching a stream type any stream name into the search bar and click the dual screen button to the right of the search button. If the search bar is empty and you click the split screen button it will return to single stream view.

Once the double stream view is open you can toggle the chat on the left side with the button to the right of the split screen button.

While in the split screen view browsing and searching is still possible and will show up on the left side display, the only way to change/remove the stream and chat on the right side is to use the search bar and buttons on the right of the search bar.

A twitch account MUST be signed in or the option will not show.                    

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

नाम Twitch Multitasker Twitch Multitasker
ID jkfpfghlbjaehpichpcgdlihnbceinna
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-multitasker/jkfpfghlbjaehpichpcgdlihnbceinna
विवरण View and Browse at the same time
फ़ाइल का आकार 21.34 KB
स्थापना संख्या 176
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2022-12-25
प्रकाशन तिथि 2021-12-23
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Josh Sanderson
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Multitasker",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "View and Browse at the same time",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Multitasker",
        "default_icon": "icon2.png"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "activeTab"
    ]
}