Youtube Image Downloader

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

Qu'est-ce que Youtube Image Downloader ?

Youtube Image Downloader est une extension Chrome développée par Unknown, et sa fonction principale est "Download and save background image from the currently playing youtube video. Simple one-click process.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Image Downloader

Téléchargez les fichiers d'extension Youtube Image Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
URL Officiel https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
Description Download and save background image from the currently playing youtube video. Simple one-click process.
Taille du Fichier 9.79 KB
Nombre d'Installations 7,109
Version Actuelle 0.15
Dernière Mise à Jour 2017-12-27
Date de Publication 2017-12-26
Évaluation 3.74/5 Total 27 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}