FREE site with no ADS! Fullmovies and Series can watch in SMART TV!
(Direct SITE LINK)
⬇️
Hidden content
NOTE!
use BROTV browser for smart tv's
BRAVE browser for Android/iPhone user.
FEEDBACK & SUPPORT na rin mga lods.
Minor code bug on safe string, my nakakalusot parin na single qoute.
const safeTitle = song.title.replace(/'/g, "’").replace(/"/g, """);
Fixed:
const safeTitle = song.title.replace(/('|')/g, "’").replace(/("|")/g, """);
pwede ka naman mag lagay ng madaming keys like this function i made,
function _search($dq, $dt){
$tq = "https://www.googleapis.com/youtube/v3/search?.....................................";
$tq .= "&q=".urlencode($dq);
if($dt){...
**** UI Design from sir astigeek
Updated Web link
Hidden content
APK For Mobile and Tablet (Updated)
Hidden content
APK for Android TV and Android TV Box
Hidden content
***All buttons can be navigated via TVremote and PC arrow keys...
Updated: Added Favorite Songs feature | Integrated WebSocket function for more faster remote control response | Redesigned some web page layout
NOTE: No need to update the app if it is currently installed.
Hidden content
=================...