YT Thumbnail Downloader

Save YT Thumbnail in all Quality

Co to jest YT Thumbnail Downloader?

YT Thumbnail Downloader to rozszerzenie Chrome opracowane przez https://y2saver.com, a jego główną funkcją jest „Save YT Thumbnail in all Quality”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YT Thumbnail Downloader

Pobierz pliki rozszerzeń YT Thumbnail Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Save Thumbnail images of YT videos

YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://y2saver.com/privacy-policy.html                    

Podstawowe informacje o rozszerzeniu

Nazwa YT Thumbnail Downloader YT Thumbnail Downloader
ID ejnoellmghodpjfhceijpokgkflmcpgj
Oficjalny URL https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj
Opis Save YT Thumbnail in all Quality
Rozmiar pliku 44.42 KB
Liczba instalacji 349
Aktualna Wersja 1
Ostatnia Aktualizacja 2021-09-29
Data Publikacji 2021-09-29
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://y2saver.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://y2saver.com
Adres URL Strony Pomocy https://y2saver.com/contact.html
Adres URL Strony Polityki Prywatności https://y2saver.com/privacy-policy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "mains.png"
        },
        "default_popup": "popup.html",
        "name": "YT Thumbnail Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "download.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Save YT Thumbnail  in all Quality",
    "icons": {
        "128": "mains.png",
        "16": "mains.png",
        "48": "mains.png"
    },
    "manifest_version": 2,
    "name": "YT Thumbnail Downloader",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "version": "1",
    "web_accessible_resources": [
        "*.png",
        "*.PNG"
    ]
}