Thumbnail for YouTube™

HD quality thumbnail download in one click

Thumbnail for YouTube™란 무엇입니까?

Thumbnail for YouTube™은(는) https://www.downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HD quality thumbnail download in one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Thumbnail for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Thumbnail for YouTube extension is a type of browser extension that allows you to download YouTube video thumbnail directly from your web browser.

Features
+ Quick and easy thumbnail download.
+  High-resolution[HD] thumbnail downloads.
+  The extension is designed to be easy to use.
+  Designed to be safe and secure.                    

확장 프로그램 기본 정보

이름 Thumbnail for YouTube™ Thumbnail for YouTube™
ID difehmghcobmljnefhgedfcjgpmpgmop
공식 URL https://chromewebstore.google.com/detail/thumbnail-for-youtube/difehmghcobmljnefhgedfcjgpmpgmop
설명 HD quality thumbnail download in one click
파일 크기 55.98 KB
설치 횟수 68
현재 버전 1.0.1
최근 업데이트 2023-02-24
출시 날짜 2023-02-24
개발자 https://www.downloadhub.cloud
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.downloadhub.cloud/2023/02/thumbnail.html
개인정보 보호 정책 페이지 URL https://www.downloadhub.cloud/p/privacy-policy.html
지원되는 언어 en,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128-d.png",
            "32": "data\/icons\/icon-32-d.png",
            "64": "data\/icons\/icon-64-d.png",
            "38": "data\/icons\/icon-38-d.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/thumbnail.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "64": "data\/icons\/icon-64.png",
        "38": "data\/icons\/icon-38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "tabs"
    ],
    "short_name": "__MSG_extensionShortName__",
    "version": "1.0.1"
}