YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
YouTube Full Title For Videosคืออะไร?
YouTube Full Title For Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kiman และคุณลักษณะหลักของมันคือ "This extension shows the headlines of the video entirely without hiding them partially, as by default."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Full Title For Videos
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Full Title For Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension shows the headlines of the video entirely without hiding them partially, as by default. It add a CSS that change height of title, so it is easier to use YouTube.com, because you can see all title and don't need to hover on a title to see it all. The plugin doesn't have any JS, just simple CSS.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
คำอธิบาย | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
ขนาดไฟล์ | 11.87 KB |
จำนวนการติดตั้ง | 13,411 |
เวอร์ชันปัจจุบัน | 0.3.6 |
อัปเดตครั้งล่าสุด | 2021-08-21 |
วันที่เผยแพร่ | 2019-11-08 |
คะแนน | 4.73/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | kiman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_short_chrome_extension_name__", "version": "0.3.6", "manifest_version": 2, "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "style.css" ] } ] } |