Thumbnail Downloader HD

Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.

Τι είναι το Thumbnail Downloader HD;

Το Thumbnail Downloader HD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://youtubethumbnaildownloaderonline.com, και η κύρια λειτουργία του είναι "Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Thumbnail Downloader HD

Λήψη αρχείων επέκτασης Thumbnail Downloader HD σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The YouTube Thumbnail Downloader Chrome Extension is a useful tool for downloading thumbnail images from YouTube videos. With this extension, users can easily save the thumbnail image of any YouTube video to their device with just a few clicks. The extension works by adding a download button next to the video title on the YouTube page, which when clicked, downloads the thumbnail image in high quality.

This extension is particularly useful for those who want to use the thumbnail image for their own personal or commercial projects, such as creating video graphics, blog posts, or promotional materials. With the YouTube Thumbnail Downloader, users no longer have to manually take screenshots of the video or go through the hassle of searching for the thumbnail image online.

The extension is user-friendly and can be easily installed from the Chrome Web Store. Once installed, users can simply navigate to a YouTube video and click the download button to save the thumbnail image. The extension supports multiple image file formats, including JPG, PNG, and BMP, making it versatile and suitable for a range of different projects.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Thumbnail Downloader HD Thumbnail Downloader HD
ID ofnpbhaadokpcbjhcfhphaccepmhlkfm
Επίσημο URL https://chromewebstore.google.com/detail/thumbnail-downloader-hd/ofnpbhaadokpcbjhcfhphaccepmhlkfm
Περιγραφή Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.
Μέγεθος Αρχείου 16.6 KB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2023-02-06
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://youtubethumbnaildownloaderonline.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.youtubethumbnaildownloaderonline.com
Διεύθυνση URL της Σελίδας Βοήθειας https://linehow.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://www.youtubethumbnaildownloaderonline.com/p/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thumbnail Downloader HD",
    "version": "0.1.2",
    "manifest_version": 3,
    "description": "Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_title": "Thumbnail Downloader HD",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}