Youtube Image Downloader
Download and save background image from the currently playing youtube video. Simple one-click process.
Was ist Youtube Image Downloader?
Youtube Image Downloader ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Download and save background image from the currently playing youtube video. Simple one-click process.".
Erweiterungsscreenshots
Youtube Image Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Youtube Image Downloader |
ID | bjchdihmmgfbfheblpmfpaojmjchdioi |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi |
Beschreibung | Download and save background image from the currently playing youtube video. Simple one-click process. |
Dateigröße | 9.79 KB |
Installationsanzahl | 7,109 |
Aktuelle Version | 0.15 |
Letztes Update | 2017-12-27 |
Veröffentlichungsdatum | 2017-12-26 |
Bewertung | 3.74/5 Insgesamt 27 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |