Twitch Live Extension

A browser extension that lists your live followed streamers and sends notifications when they start a new stream

Twitch Live Extension क्या है?

Twitch Live Extension Pedro Silva द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that lists your live followed streamers and sends notifications when they start a new stream"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon,
you will see the streamers that you follow that are live.

This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications.

There's also a button to log out from your Twitch account.

Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution                    

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

नाम Twitch Live Extension Twitch Live Extension
ID nlnfdlcbnpafokhpjfffmoobbejpedgj
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj
विवरण A browser extension that lists your live followed streamers and sends notifications when they start a new stream
फ़ाइल का आकार 143 KB
स्थापना संख्या 10,126
वर्तमान संस्करण 4.2.1
अंतिम अपडेट 2023-09-27
प्रकाशन तिथि 2020-10-13
रेटिंग 4.49/5 कुल 59 रेटिंग्स
डेवलपर Pedro Silva
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/PedroS11/twitch-live-extension
सहायता पृष्ठ URL https://github.com/PedroS11/twitch-live-extension/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Live Extension",
    "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream",
    "version": "4.2.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Twitch Live Extension",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/id.twitch.tv\/oauth2\/*",
        "https:\/\/api.twitch.tv\/helix\/*"
    ],
    "permissions": [
        "identity",
        "notifications",
        "alarms",
        "storage",
        "idle"
    ]
}