Gumbo: Twitch Companion

Swollen companion keeping you updated on your Twitch experience

Gumbo: Twitch Companion क्या है?

Gumbo: Twitch Companion https://seldszar.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Swollen companion keeping you updated on your Twitch experience"।

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

screenshot
screenshot
screenshot

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

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

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

                        Gumbo is a spiritual successor to Twitch Now, allowing you to access your Twitch experience outside the main ecosystem.

From its user interface, you can check your followed channels and track live streams, as well as discover the popular streams and categories of the moment, all with the ability to customize your experience through a multitude of preferences at your disposal.

This extension also informs you when a channel goes online or changes category, with the possibility to choose the notifications you want.

---

Useful links:
- Source code: https://github.com/seldszar/gumbo
- Bugs & suggestions : https://github.com/seldszar/gumbo/issues
- Release notes: https://github.com/seldszar/gumbo/releases
- Translate: https://hosted.weblate.org/projects/gumbo

---

Gumbo is a free extension that does not collect or sell personal user data.
Donations, although optional but greatly appreciated, help support my work and encourage me to offer the best quality products possible.

- PayPal : https://go.seldszar.fr/paypal
- Coinbase : https://go.seldszar.fr/coinbase

Thank you for your support!                    

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

नाम Gumbo: Twitch Companion Gumbo: Twitch Companion
ID aalmjfpohaedoddkobnibokclgeefamn
आधिकारिक URL https://chromewebstore.google.com/detail/gumbo-twitch-companion/aalmjfpohaedoddkobnibokclgeefamn
विवरण Swollen companion keeping you updated on your Twitch experience
फ़ाइल का आकार 579 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.18.6
अंतिम अपडेट 2023-11-11
प्रकाशन तिथि 2022-02-23
रेटिंग 4.70/5 कुल 197 रेटिंग्स
डेवलपर https://seldszar.fr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/seldszar/gumbo
सहायता पृष्ठ URL https://github.com/seldszar/gumbo/issues
समर्थित भाषाएँ de,en,fr,no,tr,es,pl,pt-BR,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.18.6",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/gumbo.seldszar.fr\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon-48.png",
        "96": "icon-96.png"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "commands": {
        "_execute_action": []
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    }
}