Youtube Thumbnails
Get Youtube videos thumbnails in one click !
Что такое Youtube Thumbnails?
Youtube Thumbnails - это расширение Chrome, разработанное Nicolas Vairaa, и его основная функция - "Get Youtube videos thumbnails in one click !".
Снимки экрана расширения
Скачать файл CRX расширения Youtube Thumbnails
Скачайте файлы расширений Youtube Thumbnails в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Youtube Thumbnails allows you to get all the available thumbnails of a video directly in the current page, without having to go through a website.
Clicking on a link in the list of thumbnails will open a new tab in your browser in order to download it directly.
The highest resolution thumbnails are not guaranteed to appear as a link, as they may not be available for all videos.
If the icon does not appear, please just reload the page. Основная информация о расширении
| Название | |
| ID | hhoiehagchnmnpfoliilhnbcebffbnfb |
| Официальный URL | https://chromewebstore.google.com/detail/youtube-thumbnails/hhoiehagchnmnpfoliilhnbcebffbnfb |
| Описание | Get Youtube videos thumbnails in one click ! |
| Размер файла | 23.2 KB |
| Количество установок | 27 |
| Текущая Версия | 0.1.7 |
| Последнее Обновление | 2021-11-20 |
| Дата публикации | 2021-08-12 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Nicolas Vairaa |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.7",
"manifest_version": 3,
"name": "Youtube Thumbnails",
"description": "Get Youtube videos thumbnails in one click !",
"icons": {
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_start",
"css": [
"styles.css"
],
"js": [
"arrive.js",
"content.js"
]
}
]
} | |