YouTube Full Title For Videos
This extension shows the headlines of the video entirely without hiding them partially, as by default.
Apa itu YouTube Full Title For Videos?
YouTube Full Title For Videos adalah ekstensi Chrome yang dikembangkan oleh kiman, dan fitur utamanya adalah "This extension shows the headlines of the video entirely without hiding them partially, as by default.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Full Title For Videos
Unduh file ekstensi YouTube Full Title For Videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | YouTube Full Title For Videos |
ID | pgpdaocammeipkkgaeelifgakbhjoiel |
URL Resmi | https://chromewebstore.google.com/detail/youtube-full-title-for-vi/pgpdaocammeipkkgaeelifgakbhjoiel |
Deskripsi | This extension shows the headlines of the video entirely without hiding them partially, as by default. |
Ukuran File | 11.87 KB |
Jumlah Instalasi | 13,411 |
Versi Saat Ini | 0.3.6 |
Terakhir Diperbarui | 2021-08-21 |
Tanggal Publikasi | 2019-11-08 |
Penilaian | 4.73/5 Total 49 Penilaian |
Pengembang | kiman |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |