NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
Was ist NessDan's YouTube Thumbnail Downloader?
NessDan's YouTube Thumbnail Downloader ist eine Chrome-Erweiterung, die von daniel.kaspo entwickelt wurde, und ihr Hauptmerkmal ist "Download YouTube video thumbnails".
Erweiterungsscreenshots
NessDan's YouTube Thumbnail Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie NessDan's YouTube Thumbnail Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download YouTube Thumbnails quickly and easily! * Just right-click any YouTube page or link! * No annoying ads! * No weird permissions required! * Simple!
Grundlegende Informationen zur Erweiterung
Name | NessDan's YouTube Thumbnail Downloader |
ID | plngolgielfjikccimmlciadbccpenom |
Offizielle URL | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom |
Beschreibung | Download YouTube video thumbnails |
Dateigröße | 8.53 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.3 |
Letztes Update | 2023-09-26 |
Veröffentlichungsdatum | 2023-09-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | daniel.kaspo |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NessDan's YouTube Thumbnail Downloader", "version": "1.3", "description": "Download YouTube video thumbnails", "permissions": [ "activeTab", "contextMenus", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "https:\/\/img.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |