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" ] } ] } |