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によって開発されたChromeの拡張機能で、その主な機能は「Download and save background image from the currently playing youtube video. Simple one-click process.」です。

拡張機能のスクリーンショット

screenshot

Youtube Image Downloader拡張機能のCRXファイルをダウンロード

Youtube Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}