Youtube Thumbnail Downloader

View and Download Youtube thumbnail in different quality

Youtube Thumbnail Downloader란 무엇입니까?

Youtube Thumbnail Downloader은(는) https://youtubethumbnaildownload.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and Download Youtube thumbnail in different quality"입니다.

확장 프로그램 스크린샷

screenshot

Youtube Thumbnail Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        YouTube Thumbnail Downloader is a free online tools 🔧 that help you view images quickly in 5 different quality and download youtube thumbnail in 1 single click. It will redirect you to our site  where you can get thumbnail preview and download option.

It currently support thumbnail in Full HD (1280 x 720), Standard (640 x 480), Medium (480 x 360), Normal (340 x 180), Small (120 x 90). Just on clicking download thumbnail buttom you can save thumbnail to your device from maximum resolution to small. 

Why you should use YouTube Thumbnail Downloader ?

1. 🎈 Fastest Preview of thumbnail in 5 different quality.
2. ✨ Easy downloading thumbnail in 1 Single Click.
3. 💨 Fastest loading speed light weight experience and Clean UI.
4. You can download unlimited thumbnail with no restriction.
5. 💯 % AD free.
6. No Downtime ⬇️.                    

확장 프로그램 기본 정보

이름 Youtube Thumbnail Downloader Youtube Thumbnail Downloader
ID dcgmploloagofmkocbkadnldikeehfpl
공식 URL https://chromewebstore.google.com/detail/youtube-thumbnail-downloa/dcgmploloagofmkocbkadnldikeehfpl
설명 View and Download Youtube thumbnail in different quality
파일 크기 41.73 KB
설치 횟수 751
현재 버전 1
최근 업데이트 2022-05-14
출시 날짜 2022-05-14
평점 5.00/5 총 1 개의 평점
개발자 https://youtubethumbnaildownload.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://youtubethumbnaildownload.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "mains.png"
        },
        "default_popup": "popup.html",
        "name": "Youtube Thumbnail Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "download.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "View and Download Youtube thumbnail in different quality",
    "icons": {
        "128": "mains.png",
        "16": "mains.png",
        "48": "mains.png"
    },
    "manifest_version": 3,
    "name": "Youtube Thumbnail Downloader",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/"
    ],
    "version": "1",
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.PNG"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}