hawshinka / bbb-tracker

Chrome extension to track participants of Big Brother Brasil through an API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBB Tracker

Chrome extension to track participants of Big Brother Brasil through an API

Instalation

In the src folder create a config.js file with API_PATH, like example below.

// config.js
export const API_PATH = "http://localhost:8000";

And read this article to install the extension on chrome dev mode.

Make sure that API is working!

Usage

After successful installation, you must be logged into your Globoplay account and with the payperview tab open.

So, you can open the extension and select the participant to be tracked.

Your payperview tab will automatically be redirected to the page where your selected participant was tracked.

About

Chrome extension to track participants of Big Brother Brasil through an API


Languages

Language:JavaScript 80.9%Language:CSS 11.1%Language:HTML 8.0%