Youtube Image Downloader

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

Hvad er Youtube Image Downloader?

Youtube Image Downloader er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Download and save background image from the currently playing youtube video. Simple one-click process.".

Udvidelsesskærmbilleder

screenshot

Download Youtube Image Downloader-udvidelses-CRX-fil

Download Youtube Image Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
Officiel URL https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
Beskrivelse Download and save background image from the currently playing youtube video. Simple one-click process.
Filstørrelse 9.79 KB
Antal Installationer 7,109
Nuværende Version 0.15
Senest Opdateret 2017-12-27
Udgivelsesdato 2017-12-26
Bedømmelse 3.74/5 Samlet 27 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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
}