# AgoraFireTV **Repository Path**: mirrors_AgoraIO-Community/AgoraFireTV ## Basic Information - **Project Name**: AgoraFireTV - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [ARCHIVED] AgoraFireTV **⚠️ This project is no longer maintained and has been archived.** Please note that this repository is now in a read-only state and will not receive any further updates or support. We recommend using to the latest version of the **Agora Web SDK**: [Learn more](https://www.agora.io/en/products/video-call/) For documentation and support, please visit the [Agora Documentation](https://docs.agora.io/en/). --- Project AgorafireTV is my entry for [Agora Holiday Hacks 2018!](https://agora-holidayhack.devpost.com/). ## What is AgorafireTV Is a chrome extension that will allow you to watch your favorite shows from the comfort of your browser :) ## Project description - [Notifications for live shows](#notifications) - [Picture-in-picture](#picture-in-picture) - [Offline support ](#offline-support) - [Get started ](#get-started) - [Test extension](#test-extension) ## Notifications Users once installed the application receive notifications when new shows are live boradcasting ... notification are equiped with `actions` for quick access to the current show . ## Picture-in-picture The broadcasted show can be watched in isolated window using the Picture-in-Picture Web API in Chrome, by click on the button in the top right of the video. ## Get started ``` git clone https://github.com/AgoraIO-Community/AgoraFireTV cd agorafire-tv/ npm install npm run build ``` ## Folder Structure After cloning the repo , your project should look like this: ``` agorafire-tv/ README.md node_modules/ package.json dist/ index.html favicon.ico src/ assets/ modules/ pages/ background/ aliases.js store.js reducers.js popup/ components/ app.js index.js shared/ manifest.json webpack.config.js ``` ## Test the extension * Go to `chrome://extensions` via omnibox or `menu -> Tools -> Extensions ` * Enable Developer mode by ticking the checkbox in the upper-right corner * Click on the `Load unpacked extension...` button * Select the directory containing your unpacked extension ## Sending Feedback We are always open to [your feedback](https://github.com/zmazouzi/agorafireTV). ![Demo](https://i.imgur.com/4IDBUQq.png "demo") ![Demo](https://i.imgur.com/t4BDZwh.png "demo") ![Demo](https://i.imgur.com/dcSHzWP.png "demo")