Youtube Image Downloader

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

Youtube Image Downloader क्या है?

Youtube Image Downloader Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download and save background image from the currently playing youtube video. Simple one-click process."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}