Youtube Image Downloader

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

Youtube Image Downloader là gì?

Youtube Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Download and save background image from the currently playing youtube video. Simple one-click process.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Image Downloader

Tải xuống các tệp mở rộng Youtube Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Image Downloader Youtube Image Downloader
ID bjchdihmmgfbfheblpmfpaojmjchdioi
URL Chính Thức https://chromewebstore.google.com/detail/youtube-image-downloader/bjchdihmmgfbfheblpmfpaojmjchdioi
Mô tả Download and save background image from the currently playing youtube video. Simple one-click process.
Kích Thước Tệp 9.79 KB
Số Lần Cài Đặt 7,109
Phiên Bản Hiện Tại 0.15
Cập Nhật Lần Cuối 2017-12-27
Ngày Phát Hành 2017-12-26
Đánh Giá 3.74/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}