YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
Что такое YouTube Watch Thumbnails?
YouTube Watch Thumbnails - это расширение Chrome, разработанное mosunset, и его основная функция - "Display a thumbnail of the video next to the channel icon on the YouTube video playback page.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Watch Thumbnails
Скачайте файлы расширений YouTube Watch Thumbnails в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click once on the extension icon and the thumbnail image hops up. Clicking on an image opens the largest thumbnail image in a new tab.
Основная информация о расширении
Название | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
Официальный URL | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
Описание | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
Размер файла | 113 KB |
Количество установок | 4,804 |
Текущая Версия | 3.3.1 |
Последнее Обновление | 2023-09-02 |
Дата публикации | 2022-09-13 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | mosunset |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | id,en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "3.3.1", "default_locale": "en", "icons": { "512": "img\/yicon.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/yicon.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/ycontent_script.js" ], "css": [ "css\/ycontent_script.css" ], "all_frames": true } ] } |