Hiển thị phụ đề karaoke theo thời gian thực và hỏi đáp AI về nội dung video YouTube bằng Gemini
Size
483 B
Version
1.0.6
Created
Mar 31, 2026
Updated
16 days ago
1// ==UserScript==
2// @name YouTube Karaoke Subtitles & AI Chat
3// @description Hiển thị phụ đề karaoke theo thời gian thực và hỏi đáp AI về nội dung video YouTube bằng Gemini
4// @version 1.0.6
5// @match https://*.youtube.com/*
6// @icon https://www.youtube.com/s/desktop/7cf77294/img/favicon_32x32.png
7// @grant GM.getValue
8// @grant GM.setValue
9// @grant GM.xmlHttpRequest
10// ==/UserScript==
11(function() {
12 'use strict';
13 // Your code here
14})();