YT Thumbnail Downloader
Save YT Thumbnail in all Quality
Qu'est-ce que YT Thumbnail Downloader ?
YT Thumbnail Downloader est une extension Chrome développée par https://y2saver.com, et sa fonction principale est "Save YT Thumbnail in all Quality".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YT Thumbnail Downloader
Téléchargez les fichiers d'extension YT Thumbnail Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YT Thumbnail Downloader |
ID | ejnoellmghodpjfhceijpokgkflmcpgj |
URL Officiel | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj |
Description | Save YT Thumbnail in all Quality |
Taille du Fichier | 44.42 KB |
Nombre d'Installations | 349 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2021-09-29 |
Date de Publication | 2021-09-29 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://y2saver.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://y2saver.com |
URL de la Page d'Aide | https://y2saver.com/contact.html |
URL de la Page de Politique de Confidentialité | https://y2saver.com/privacy-policy.html |
Langues Prises en Charge | 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" ] } |