YouTube Thumbnail Extractor

Easy and fast way to extract YouTube thumbnails.

Wat is YouTube Thumbnail Extractor?

YouTube Thumbnail Extractor is een Chrome-extensie ontwikkeld door Synn Ko, en de belangrijkste functie is "Easy and fast way to extract YouTube thumbnails.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Thumbnail Extractor

Download YouTube Thumbnail Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Thumbnail Extractor YouTube Thumbnail Extractor
ID hfnkfhdbiapkoeafnfpjcnifcnpidkgc
Officiële URL https://chromewebstore.google.com/detail/youtube-thumbnail-extract/hfnkfhdbiapkoeafnfpjcnifcnpidkgc
Beschrijving Easy and fast way to extract YouTube thumbnails.
Bestandsgrootte 8.58 KB
Aantal Installaties 265
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-08
Publicatiedatum 2019-04-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Synn Ko
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}