YouTube Thumbnail Extractor

Easy and fast way to extract YouTube thumbnails.

Hvad er YouTube Thumbnail Extractor?

YouTube Thumbnail Extractor er en Chrome-udvidelse udviklet af Synn Ko, og dens hovedfunktion er "Easy and fast way to extract YouTube thumbnails.".

Udvidelsesskærmbilleder

screenshot

Download YouTube Thumbnail Extractor-udvidelses-CRX-fil

Download YouTube Thumbnail Extractor-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

                        Use this extension to grab the thumbnails of the videos you're watching.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Thumbnail Extractor YouTube Thumbnail Extractor
ID hfnkfhdbiapkoeafnfpjcnifcnpidkgc
Officiel URL https://chromewebstore.google.com/detail/youtube-thumbnail-extract/hfnkfhdbiapkoeafnfpjcnifcnpidkgc
Beskrivelse Easy and fast way to extract YouTube thumbnails.
Filstørrelse 8.58 KB
Antal Installationer 265
Nuværende Version 1.0
Senest Opdateret 2019-04-08
Udgivelsesdato 2019-04-04
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Synn Ko
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Extractor",
    "version": "1.0",
    "description": "Easy and fast way to extract YouTube thumbnails.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}