Better YouTube Subtitles
Adds more customization options to YouTube subtitles.
Better YouTube Subtitles là gì?
Better YouTube Subtitles là một tiện ích mở rộng Chrome được phát triển bởi 54ac, và tính năng chính của nó là "Adds more customization options to YouTube subtitles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better YouTube Subtitles
Tải xuống các tệp mở rộng Better YouTube Subtitles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds more customization options to YouTube subtitles. It is fully compatible with existing YouTube subtitles, as it merely changes their appearance using CSS and does not replace them. Access the options either as you normally would in the browser or by clicking the "Advanced" button in the subtitle options menu in the YouTube player, mess around with the options, refresh any opened YouTube pages, and enjoy. Please note that the text stroke option is not supported by Chrome.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better YouTube Subtitles |
ID | ponocngkmjmakpleolejgelipolkmalm |
URL Chính Thức | https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm |
Mô tả | Adds more customization options to YouTube subtitles. |
Kích Thước Tệp | 15.02 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2024-02-13 |
Ngày Phát Hành | 2023-07-06 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | 54ac |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/54ac/yt-subtitles/ |
Ngôn Ngữ Được Hỗ Trợ | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better YouTube Subtitles", "version": "1.1.7", "description": "__MSG_extText__", "manifest_version": 3, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script.e80e370b.js" ], "run_at": "document_end", "css": [] } ], "options_ui": { "page": "options.e85c3684.html" }, "background": { "service_worker": "background.ea98cbe0.js" }, "permissions": [ "storage" ], "icons": { "48": "icon-48.3eb7af92.png", "96": "icon-96.ffa96924.png" } } |