YouTube sticky player
You can read comments while watching the video for YouTube.
Что такое YouTube sticky player?
YouTube sticky player - это расширение Chrome, разработанное celclow, и его основная функция - "You can read comments while watching the video for YouTube.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube sticky player
Скачайте файлы расширений YouTube sticky player в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
Основная информация о расширении
Название | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
Официальный URL | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
Описание | You can read comments while watching the video for YouTube. |
Размер файла | 11.41 KB |
Количество установок | 217 |
Текущая Версия | 1.1.5 |
Последнее Обновление | 2023-10-01 |
Дата публикации | 2020-05-21 |
Рейтинг | 4.40/5 Всего 5 оценок |
Разработчик | celclow |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/celclow/youtube-sticky-player |
URL страницы помощи | https://github.com/celclow/youtube-sticky-player |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube sticky player", "version": "1.1.5", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_sticky_player.js" ], "css": [ "youtube_sticky_player.css" ], "run_at": "document_end" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |