YT Thumbnail Downloader
Save YT Thumbnail in all Quality
Was ist YT Thumbnail Downloader?
YT Thumbnail Downloader ist eine Chrome-Erweiterung, die von https://y2saver.com entwickelt wurde, und ihr Hauptmerkmal ist "Save YT Thumbnail in all Quality".
Erweiterungsscreenshots
YT Thumbnail Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie YT 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
Save Thumbnail images of YT videos YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. it's currently supported formats: YouTube (HD, HQ, 1080p, 4K) you can easily download your video-thumbnails. Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving. Privacy policy: https://y2saver.com/privacy-policy.html
Grundlegende Informationen zur Erweiterung
Name | YT Thumbnail Downloader |
ID | ejnoellmghodpjfhceijpokgkflmcpgj |
Offizielle URL | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj |
Beschreibung | Save YT Thumbnail in all Quality |
Dateigröße | 44.42 KB |
Installationsanzahl | 349 |
Aktuelle Version | 1 |
Letztes Update | 2021-09-29 |
Veröffentlichungsdatum | 2021-09-29 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://y2saver.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://y2saver.com |
Hilfeseite URL | https://y2saver.com/contact.html |
URL der Datenschutzrichtlinien-Seite | https://y2saver.com/privacy-policy.html |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "mains.png" }, "default_popup": "popup.html", "name": "YT Thumbnail Downloader" }, "content_scripts": [ { "js": [ "jquery.js", "download.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Save YT Thumbnail in all Quality", "icons": { "128": "mains.png", "16": "mains.png", "48": "mains.png" }, "manifest_version": 2, "name": "YT Thumbnail Downloader", "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "version": "1", "web_accessible_resources": [ "*.png", "*.PNG" ] } |