PrevYou — YouTube Thumbnail Previewer

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

Wat is PrevYou — YouTube Thumbnail Previewer?

PrevYou — YouTube Thumbnail Previewer is een Chrome-extensie ontwikkeld door Benjamin Code, en de belangrijkste functie is "Preview your video thumbnail and title on YouTube home page or subscription feed.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie PrevYou — YouTube Thumbnail Previewer

Download PrevYou — YouTube Thumbnail Previewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PrevYou — YouTube Thumbnail Previewer PrevYou — YouTube Thumbnail Previewer
ID lnkbdmjocdiomabiedmflmgikjlifham
Officiële URL https://chromewebstore.google.com/detail/prevyou-%E2%80%94-youtube-thumbna/lnkbdmjocdiomabiedmflmgikjlifham
Beschrijving Preview your video thumbnail and title on YouTube home page or subscription feed.
Bestandsgrootte 64.88 KB
Aantal Installaties 3,648
Huidige Versie 1.5
Laatst Bijgewerkt 2022-11-15
Publicatiedatum 2021-04-09
Beoordeling 4.98/5 Totaal 40 Beoordelingen
Ontwikkelaar Benjamin Code
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bdebon/youtube-thumbnail-tester-chrome-extension
Help Pagina-URL https://github.com/bdebon/youtube-thumbnail-tester-chrome-extension
Ondersteunde Talen 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"
    }
}