Live On Twitch

See all of your favorite Twitch streams with the click of a button!

Live On Twitch क्या है?

Live On Twitch tayg0123 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See all of your favorite Twitch streams with the click of a button!"।

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

screenshot
screenshot

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

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

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

                        With a single click, display all of the live streams you follow on twitch!

After configuration, clicking on the extension icon will display a drop-down list of the streams you follow, grouped by game and sorted by viewers. You'll be given the name of the streamer, the title of their broadcast, how long they have been live, their current viewer count, and a thumbnail of their current stream.

Choose from 3 different themes to match your current chrome theme.

Live On Twitch is intended to provide a simple, straight-forward and polished experience.

UPDATED: 5/4/21
Updated symbols used for better compatibility with other OS's.

UPDATED: 11/1/20
Resolved issue where usernames were displayed in all lowercase.

UPDATED: 10/14/20
Twitch recently changed the way developers access their API. In the near future, Live On Twitch will require twitch user authorization.                    

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

नाम Live On Twitch Live On Twitch
ID dbdlafkfklbnnfgigijdbbijdldkapcb
आधिकारिक URL https://chromewebstore.google.com/detail/live-on-twitch/dbdlafkfklbnnfgigijdbbijdldkapcb
विवरण See all of your favorite Twitch streams with the click of a button!
फ़ाइल का आकार 407 KB
स्थापना संख्या 126
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2021-05-05
प्रकाशन तिथि 2020-05-20
रेटिंग 4.18/5 कुल 11 रेटिंग्स
डेवलपर tayg0123
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live On Twitch",
    "description": "See all of your favorite Twitch streams with the click of a button!",
    "version": "1.1.4",
    "icons": {
        "128": "media\/icon_128.png",
        "64": "media\/icon_64.png",
        "16": "media\/icon_16.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms"
    ],
    "options_page": "options.html"
}