Picarto Notification Center
The Unofficial Notification Center for Picarto.tv
This extension will:
- track and sort your notifications
- alert you when streamers you follow come online
- Provide tools for streamers to control their Streaming Mode
- Display MultiStream information and controls in an easy to use format
This extension requires you to login and authorize it through Picarto.tv's OAuth2 system. It will NOT save username or password information.
How to Setup for personal Persistent Access:
Register the extension with Picarto:
- Create a Picarto client for the extension here, and note the
Client ID
and theClient Secret
. - Add the url
https://clarvel.github.io/PicartoNotificationCenter/
toRedirect URIs
for the Picarto Client. - Open the
build/js/background.js
file and replace theCLIENT_ID
with theCLIENT_SECRET
from step 1 (line 115).
Registering a redirect site (optional):
If the extension ID changes, you will need to create your own redirect site with the correct extension ID.
- Look for the loaded extension here, and note the
ID
. - Create a Github webpage that redirects to that extension hostname. See
docs/index.html
for an example. - Add the url of that github webpage to
Redirect URIs
for the Picarto Client as described in the earlier section.