Youtube Image Downloader

Download and save background image from the currently playing youtube video. Simple one-click process.

Что такое Youtube Image Downloader?

Youtube Image Downloader - это расширение Chrome, разработанное Unknown, и его основная функция - "Download and save background image from the currently playing youtube video. Simple one-click process.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Youtube Image Downloader

Скачайте файлы расширений Youtube Image Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ever wanted to download that beautiful background image that would linger while you listened to a music video on youtube? Tired of asking or navigating to links in the description for the image? Well look no further than this simple one-click tool that does the job for you!

Just play the youtube video that has the background image you wanted and click on the Youtube Image Downloader chrome extension icon, and that's it! The image will immediately start downloading.                    

Основная информация о расширении

Название Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
Официальный URL https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
Описание Download and save background image from the currently playing youtube video. Simple one-click process.
Размер файла 9.79 KB
Количество установок 7,109
Текущая Версия 0.15
Последнее Обновление 2017-12-27
Дата публикации 2017-12-26
Рейтинг 3.74/5 Всего 27 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Image Downloader",
    "short_name": "YID",
    "description": "Download and save background image from the currently playing youtube video. Simple one-click process.",
    "version": "0.15",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Youtube Image Downloader"
    },
    "icons": {
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "*:\/\/img.youtube.com\/*"
    ],
    "manifest_version": 2
}