FireCaster 作者: DjSenTex
Cast YouTube videos to your TV (Chromecast, Fire TV Stick, Android TV, DIAL/DLNA) with a floating in-player button.
可在 Android™ 版 Firefox 上使用可在 Android™ 版 Firefox 上使用
扫码在 Android 版 Firefox 中打开此扩展
扩展元数据
关于此扩展
FireCaster adds a floating cast button that lets you send the currently playing YouTube video to any TV or streaming device on your home network — no cables, no manual IP entry.
Supported devices: Chromecast / Google TV / Android TV, Amazon Fire TV Stick, Samsung, LG and other DIAL-capable TVs, and DLNA receivers. The button appears inside the YouTube player; pick a device and the video starts playing on the TV, with remote play/pause/seek controls available.
How it works: the add-on talks only to a small local helper (python) on your own computer (127.0.0.1) that discovers devices and controls them over your LAN. Nothing leaves your machine — no accounts, no servers, no telemetry.
SETUP: after installing the add-on you also need the local helper:
git clone https://github.com/Tomorrowland87/fire-caster.git
cd fire-caster
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python cast_helper.py
The helper listens on http://127.0.0.1:49314. Optional: run it as a systemd user service (see the README for the exact unit file). The TV and the computer must be on the same network.
This add-on was developed with the help of opencode, an open-source AI coding assistant. The source is fully open and, to the best of the author's knowledge, contains no backdoors or data collection — its only network access is the local helper and YouTube pages (to read the current video).
Supported devices: Chromecast / Google TV / Android TV, Amazon Fire TV Stick, Samsung, LG and other DIAL-capable TVs, and DLNA receivers. The button appears inside the YouTube player; pick a device and the video starts playing on the TV, with remote play/pause/seek controls available.
How it works: the add-on talks only to a small local helper (python) on your own computer (127.0.0.1) that discovers devices and controls them over your LAN. Nothing leaves your machine — no accounts, no servers, no telemetry.
SETUP: after installing the add-on you also need the local helper:
git clone https://github.com/Tomorrowland87/fire-caster.git
cd fire-caster
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python cast_helper.py
The helper listens on http://127.0.0.1:49314. Optional: run it as a systemd user service (see the README for the exact unit file). The TV and the computer must be on the same network.
This add-on was developed with the help of opencode, an open-source AI coding assistant. The source is fully open and, to the best of the author's knowledge, contains no backdoors or data collection — its only network access is the local helper and YouTube pages (to read the current video).
评分 0(1 位用户)
权限与数据
必要权限:
- 访问您在 www.youtube.com 的数据
- 访问您在 youtube.com 的数据
- 访问您在 m.youtube.com 的数据
- 访问您在 youtu.be 的数据
可选权限:
- 访问您在 127.0.0.1 的数据
- 访问您在 localhost 的数据
根据开发者所述,必要的数据收集:
- 网站活动
- 网站内容
更多信息