Youtube Image Downloader

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

ما هو Youtube Image Downloader؟

Youtube Image Downloader هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Download and save background image from the currently playing youtube video. Simple one-click process.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Youtube Image Downloader

قم بتنزيل ملفات الامتداد Youtube Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
الوصف Download and save background image from the currently playing youtube video. Simple one-click process.
حجم الملف 9.79 KB
عدد التثبيتات 7,109
النسخة الحالية 0.15
آخر تحديث 2017-12-27
تاريخ النشر 2017-12-26
تقييم 3.74/5 مجموع تقييمات 27
المطور Unknown
نوع الدفع free
اللغات المدعومة 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
}