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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |