Download YouTube thumbnails

Download thumbnails of YouTube video

Vad är Download YouTube thumbnails?

Download YouTube thumbnails är en Chrome-tillägg utvecklad av http://ovdss.com, och dess huvudfunktion är "Download thumbnails of YouTube video".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Download YouTube thumbnails-förlängningens CRX-fil

Ladda ner Download YouTube thumbnails-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Download YouTube thumbnail images of all quality for free. This application let you   download thumbnails of all quality. Just paste the URL of the thumbnail video in the below input and click Get Thumbnail Image.

You will get a list of all The Available Youtube Video Thumbnail Qualities:
  👉 Which you can Choose From High Quality(HQ).
  👉 High Definition (HD), 4K, 720p, 1080p Thumbnail
  👉 Low Quality and Medium Quality Youtube Thumbnails are also available.

Click on the Download Button, and Your Youtube Video Thumbnail will be Downloaded in your Device's Storage                    

Grundläggande Information om Tillägg

Namn Download YouTube thumbnails Download YouTube thumbnails
ID pmgkjjpbajhkehjmopponglohmidpppg
Officiell webbadress https://chrome.google.com/webstore/detail/download-youtube-thumbnai/pmgkjjpbajhkehjmopponglohmidpppg
Beskrivning Download thumbnails of YouTube video
Filstorlek 1.23 MB
Antal Installationer 596
Aktuell Version 1.1.7
Senast Uppdaterad 2023-08-31
Publiceringsdatum 2022-05-25
Betyg 3.63/5 Totalt 8 Betyg
Utvecklare http://ovdss.com
E-post [email protected]
Tilläggswebbplats https://ovdss.com/apps/get-youtube-thumbnail
URL till Sekretesspolicy Sidan https://ovdss.com/privacy_policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download YouTube thumbnails",
    "description": "Download thumbnails of YouTube video",
    "version": "1.1.7",
    "action": {
        "name": "Download YouTube thumbnails",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.vimeo.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.PNG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 3
}