Youtube Image Downloader

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

O que é Youtube Image Downloader?

Youtube Image Downloader é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Download and save background image from the currently playing youtube video. Simple one-click process.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Image Downloader

Baixe arquivos de extensão Youtube Image Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
URL Oficial https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
Descrição Download and save background image from the currently playing youtube video. Simple one-click process.
Tamanho do Arquivo 9.79 KB
Contagem de Instalações 7,109
Versão Atual 0.15
Última Atualização 2017-12-27
Data de Publicação 2017-12-26
Classificação 3.74/5 Total de 27 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}