Live Bomb is a Chrome extension that notifies you when there's a live video on GiantBomb.com. It will optionally display a desktop notification with sound when live events start. It can also optionally run in the background even when the browser is closed.
It is customizable, so you can disable sound/notifications/change how often the extension will look for live video and there's a dark and a light theme.
- Live Notifications
- Customizable
- Light/Dark Theme
- Animated!
The extension is available for download through the Chrome Web Store.
If you find any bugs please post them on the Chrome Web Store support page so that they can be tracked.
Feel free to share any ideas for new features here on GitHub, in the GiantBomb.com thread or on the Chrome Web Store support page.
If you have a minute to spare, please post a review on the Chrome Web Store.
If you want to take a look at the code, the basic organization is:
functions.js
- Base functions for checking live video, checking the schedule, and grabbing the promo images.background.js
- Background routines.livebomb.js
- Interface code.
A list of the libraries used is available in the extension's about page.