https://github.com/airmime/chrome-app-twitch-alert
:movie_camera: Chrome extension for twitch streamers, allowing you to alert your community when you start a live. (no longer supported).
https://github.com/airmime/chrome-app-twitch-alert
chrome-extension streamer twitch
Last synced: over 1 year ago
JSON representation
:movie_camera: Chrome extension for twitch streamers, allowing you to alert your community when you start a live. (no longer supported).
- Host: GitHub
- URL: https://github.com/airmime/chrome-app-twitch-alert
- Owner: Airmime
- Created: 2019-01-15T21:52:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T09:11:43.000Z (over 4 years ago)
- Last Synced: 2025-04-16T02:18:58.947Z (over 1 year ago)
- Topics: chrome-extension, streamer, twitch
- Language: SCSS
- Homepage:
- Size: 1.35 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome app/extension for twitch streamers (no longer supported).

## Informations
Chrome application/extension for twitch streamers, allowing you to alert your community when you start a live, on their browsers.
## Configuration
First, you must configure the file js/config.js. To do this, modify the 'name' property by your Twitch nickname. After that, generate a Twitch ID client, using this URL -> [Generating and Setting a Twitch Client ID](https://docs.aws.amazon.com/lumberyard/latest/userguide/chatplay-generate-twitch-client-id.html) . Then, change the property 'clientID' by the identifier you just generated.
## Personalization
You can easily customize the chrome extension, including by modifying the logo (img/icon_128.png). It is also possible to modify the popup style in style files (css/scss). Finally, modify the 'name' and 'description' properties of the manifest.json file with your information.
## Publish to the Chrome Web Store
To publish a chrome app for your community, follow the detailed instructions on this page -> [Publish in the Chrome Web Store](https://developer.chrome.com/webstore/publish)