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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview your video thumbnail and title on YouTube home page or subscription feed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PrevYou — YouTube Thumbnail Previewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}