Twitch Control

Control Twitch.tv tabs

Twitch Control क्या है?

Twitch Control Tyler Sutherland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Twitch.tv tabs"।

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

screenshot

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

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

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

                        Allows you to control twitch streams with out having to go to the tab the stream is in.

You can pause, resume or adjust the volume of any stream you have open in chrome.

You can also switch to any stream tab you have open by clicking on the stream name.                    

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

नाम Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
विवरण Control Twitch.tv tabs
फ़ाइल का आकार 12.97 KB
स्थापना संख्या 75
वर्तमान संस्करण 0.3
अंतिम अपडेट 2017-05-22
प्रकाशन तिथि 2017-05-22
डेवलपर Tyler Sutherland
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Control",
    "version": "0.3",
    "description": "Control Twitch.tv tabs",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Tyler Sutherland",
    "permissions": [
        "tabs",
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}