Youtube Thumb Previewer

Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more

Youtube Thumb Previewer란 무엇입니까?

Youtube Thumb Previewer은(는) https://limbuscode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Youtube Thumb Previewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Transform the way you create your YouTube thumbnails with the new and innovative "Youtube Thumb Previewer" Chrome Extension! Say goodbye to guessing how your thumbnail will look on different devices and say hello to a seamless and effortless thumbnail creation process.

With just a few clicks, you can preview your thumbnail on a variety of devices including mobile, desktop browsers, and Apple TV. Simply select your thumbnail image using the prompt or drop the file into an easy-to-use drop area.

This extension is a must-have for all YouTube creators looking to take their thumbnail game to the next level. No more frustrating guesswork, no more wasted time, just a hassle-free and effective way to create the perfect thumbnail for your YouTube videos.

Get the "Youtube Thumb Previewer" extension today and take your thumbnail creation process to the next level!                    

확장 프로그램 기본 정보

이름 Youtube Thumb Previewer Youtube Thumb Previewer
ID cneobfplimjkbgdbbkjcbbafhnmjhaad
공식 URL https://chromewebstore.google.com/detail/youtube-thumb-previewer/cneobfplimjkbgdbbkjcbbafhnmjhaad
설명 Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more
파일 크기 300 KB
설치 횟수 27
현재 버전 0.0.1
최근 업데이트 2023-02-20
출시 날짜 2023-02-12
평점 5.00/5 총 5 개의 평점
개발자 https://limbuscode.com
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Thumb Previewer",
    "short_name": "youtube-thumb-previewer",
    "description": "Preview how your youtube thumbnail will be displayed on devices like mobile, desktop and more",
    "version": "0.0.1",
    "author": "LimbusCode",
    "action": {
        "default_title": "Youtube Thumb Previewer",
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png",
            "48": "48.png",
            "64": "64.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    }
}