Better YouTube Subtitles
Adds more customization options to YouTube subtitles.
Better YouTube Subtitlesคืออะไร?
Better YouTube Subtitles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 54ac และคุณลักษณะหลักของมันคือ "Adds more customization options to YouTube subtitles."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better YouTube Subtitles
ดาวน์โหลดไฟล์ส่วนขยาย Better YouTube Subtitles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better YouTube Subtitles |
ID | ponocngkmjmakpleolejgelipolkmalm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm |
คำอธิบาย | Adds more customization options to YouTube subtitles. |
ขนาดไฟล์ | 15.02 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.1.7 |
อัปเดตครั้งล่าสุด | 2024-02-13 |
วันที่เผยแพร่ | 2023-07-06 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | 54ac |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/54ac/yt-subtitles/ |
ภาษาที่รองรับ | 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" } } |