Seldszar / Gumbo

Swollen companion keeping you updated on your Twitch experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gumbo

Swollen companion keeping you updated on your Twitch experience

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.

Install

Chrome also compatible with Edge Opera

Firefox

Build

  1. Create (or use) a Twitch Application.

  2. Create a .env file in the root of your project with the above Twitch Application's Client ID:

    TWITCH_CLIENT_ID=tk0nbw3xavxi9eeor93rpsg6ppxtyd
    
  3. Install the dependencies (yarn install) and build for the desired platform:

    • yarn build:chrome if you want to build for Google Chrome
    • yarn build:firefox if you want to build for Mozilla Firefox

Contributing

Donating

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.

If you'd like to help my initiative, please consider contributing using PayPal or Coinbase.

Translating

You can help translate Gumbo by registering on Weblate, and join the translation project.

Frequently Asked Questions

Why does it break randomly?

Gumbo can break randomly due to a bug coming from Chromium, which can put the extension in a state of limbo. This is a known issue, which is unfortunately in the hands of the Chromium team.

Are sound notifications supported?

Not officially, Manifest V3 doesn't provide the ability to play audio from a service worker. Workarounds exist, but aren't worth the trouble.

License

Copyright (c) 2022-present Alexandre Breteau

This software is released under the terms of the MIT License. See the LICENSE file for further information.

About

Swollen companion keeping you updated on your Twitch experience

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.2%Language:HTML 0.3%Language:Shell 0.1%