YT Thumbnail Downloader

Save YT Thumbnail in all Quality

Hvad er YT Thumbnail Downloader?

YT Thumbnail Downloader er en Chrome-udvidelse udviklet af https://y2saver.com, og dens hovedfunktion er "Save YT Thumbnail in all Quality".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YT Thumbnail Downloader-udvidelses-CRX-fil

Download YT Thumbnail Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn YT Thumbnail Downloader YT Thumbnail Downloader
ID ejnoellmghodpjfhceijpokgkflmcpgj
Officiel URL https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj
Beskrivelse Save YT Thumbnail in all Quality
Filstørrelse 44.42 KB
Antal Installationer 349
Nuværende Version 1
Senest Opdateret 2021-09-29
Udgivelsesdato 2021-09-29
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://y2saver.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://y2saver.com
Hjælpeside-URL https://y2saver.com/contact.html
URL til Fortrolighedspolitik Side https://y2saver.com/privacy-policy.html
Understøttede Sprog 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"
    ]
}