Youtube Image Downloader

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

Apa itu Youtube Image Downloader?

Youtube Image Downloader adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Download and save background image from the currently playing youtube video. Simple one-click process.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Image Downloader

Unduh file ekstensi Youtube Image Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
URL Resmi https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
Deskripsi Download and save background image from the currently playing youtube video. Simple one-click process.
Ukuran File 9.79 KB
Jumlah Instalasi 7,109
Versi Saat Ini 0.15
Terakhir Diperbarui 2017-12-27
Tanggal Publikasi 2017-12-26
Penilaian 3.74/5 Total 27 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}