Reviews for Alternate Player for Twitch.tv
Alternate Player for Twitch.tv by Alexander Choporov (CoolCmd)
Review by enjoyer
Rated 1 out of 5
by enjoyer, 6 months agoOverall, a shady addon.
1. Addon has BSD license without source code linked.
2. It sends telemetry, unique persistent device fingerprint, device, screen, date and time, time zone, CPU, GPU, languages information when you try to send a report.
3. Contrary to its policy (coolcmd.github.io/privacy.html#tw5-en), you cannot refuse to include the data, only refuse to send the report altogether.
4. The server URL is not disclosed: r90354g8.beget.tech/tw5/report3.php
5. Chat in the extension page doesn't save theme across browser sessions.
EDIT: you can still see the extension's code in the browser, it's not minified. IT'S IN RUSSIAN (yes, the whole code, not just the comments).
```
if (!лБыстро) {
м_Преобразователь.Остановить();
м_Проигрыватель.Остановить();
м_Помойка.Сжечь();
}
м_Журнал.Окак('[Запускалка] Работа завершена');
Проверить(!г_лРаботаЗавершена);
м_Журнал.Вот(`[Запускалка] Начало работы ${performance.now().toFixed()}мс`);
```
1. Addon has BSD license without source code linked.
2. It sends telemetry, unique persistent device fingerprint, device, screen, date and time, time zone, CPU, GPU, languages information when you try to send a report.
3. Contrary to its policy (coolcmd.github.io/privacy.html#tw5-en), you cannot refuse to include the data, only refuse to send the report altogether.
4. The server URL is not disclosed: r90354g8.beget.tech/tw5/report3.php
5. Chat in the extension page doesn't save theme across browser sessions.
EDIT: you can still see the extension's code in the browser, it's not minified. IT'S IN RUSSIAN (yes, the whole code, not just the comments).
```
if (!лБыстро) {
м_Преобразователь.Остановить();
м_Проигрыватель.Остановить();
м_Помойка.Сжечь();
}
м_Журнал.Окак('[Запускалка] Работа завершена');
Проверить(!г_лРаботаЗавершена);
м_Журнал.Вот(`[Запускалка] Начало работы ${performance.now().toFixed()}мс`);
```