NessDan's YouTube Thumbnail Downloader
Download YouTube video thumbnails
Hvad er NessDan's YouTube Thumbnail Downloader?
NessDan's YouTube Thumbnail Downloader er en Chrome-udvidelse udviklet af daniel.kaspo, og dens hovedfunktion er "Download YouTube video thumbnails".
Udvidelsesskærmbilleder
Download NessDan's YouTube Thumbnail Downloader-udvidelses-CRX-fil
Download NessDan's YouTube 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
Download YouTube Thumbnails quickly and easily! * Just right-click any YouTube page or link! * No annoying ads! * No weird permissions required! * Simple!
Grundlæggende oplysninger om udvidelsen
Navn | NessDan's YouTube Thumbnail Downloader |
ID | plngolgielfjikccimmlciadbccpenom |
Officiel URL | https://chromewebstore.google.com/detail/nessdans-youtube-thumbnai/plngolgielfjikccimmlciadbccpenom |
Beskrivelse | Download YouTube video thumbnails |
Filstørrelse | 8.53 KB |
Antal Installationer | 54 |
Nuværende Version | 1.3 |
Senest Opdateret | 2023-09-26 |
Udgivelsesdato | 2023-09-14 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | daniel.kaspo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |