PrevYou — YouTube Thumbnail Previewer

Preview your video thumbnail and title on YouTube home page or subscription feed.

PrevYou — YouTube Thumbnail Previewer란 무엇입니까?

PrevYou — YouTube Thumbnail Previewer은(는) Benjamin Code에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview your video thumbnail and title on YouTube home page or subscription feed."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PrevYou — YouTube Thumbnail Previewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTubers want to preview their new upcomming video on amongst the other one on the YouTube Homepage to see if their thumbnail is good or bad. They often screenshot the homepage, go in Photoshop and make the job themself. This extension just requires you to upload your thumbnail and type the title of your video and you're done!
You also have pretty interesting options such as:
* Placing your thumbnail randomly on the homepage so you have to try to find it yourself and see if it's efficient or not.
* Dark mode
* Does not requires you to login and give your credential
* Remembering your last submission

This is an open source extension so you can go on the repository of the extension and contribute or ask for new features.
This extension has been created and developed by YouTuber Benjamin Code during a live stream on Twitch. The design has been realised by BastiUI during a live stream on Twitch.
Lot of differents contributors developed good features for the project.
It's an open source project that we hope will help a lot of creators.                    

확장 프로그램 기본 정보

이름 PrevYou — YouTube Thumbnail Previewer PrevYou — YouTube Thumbnail Previewer
ID lnkbdmjocdiomabiedmflmgikjlifham
공식 URL https://chromewebstore.google.com/detail/prevyou-%E2%80%94-youtube-thumbna/lnkbdmjocdiomabiedmflmgikjlifham
설명 Preview your video thumbnail and title on YouTube home page or subscription feed.
파일 크기 64.88 KB
설치 횟수 3,648
현재 버전 1.5
최근 업데이트 2022-11-15
출시 날짜 2021-04-09
평점 4.98/5 총 40 개의 평점
개발자 Benjamin Code
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/bdebon/youtube-thumbnail-tester-chrome-extension
도움말 페이지 URL https://github.com/bdebon/youtube-thumbnail-tester-chrome-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PrevYou \u2014 YouTube Thumbnail Previewer",
    "description": "Preview your video thumbnail and title on YouTube home page or subscription feed.",
    "version": "1.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup-wrapper.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}