YT Thumbnail Downloader
Download thumbnail images of youtube videos
Qu'est-ce que YT Thumbnail Downloader ?
YT Thumbnail Downloader est une extension Chrome développée par Rovalty, et sa fonction principale est "Download thumbnail images of youtube videos".
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
YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free youtube 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://www.saxsos.xyz/p/policy-privacy-policy.html
Informations de Base sur l'Extension
Nom | YT Thumbnail Downloader |
ID | akfikgmhbajiaekdbgchbmhkceclncda |
URL Officiel | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda |
Description | Download thumbnail images of youtube videos |
Taille du Fichier | 58.71 KB |
Nombre d'Installations | 2,404 |
Version Actuelle | 3.5.4 |
Dernière Mise à Jour | 2020-05-09 |
Date de Publication | 2020-05-09 |
Évaluation | 3.97/5 Total 30 Évaluations |
Développeur | Rovalty |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.saxsos.xyz/ |
URL de la Page d'Aide | https://www.saxsos.xyz/p/contact-us.html |
URL de la Page de Politique de Confidentialité | https://www.saxsos.xyz/p/policy-privacy-policy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "name": "YT Thumbnail Downloader", "description": "Download thumbnail images of youtube videos", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.4", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "YT Thumbnail Downloader", "default_popup": "popup.html", "default_icon": { "128": "img\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "web_accessible_resources": [ "*.png", "*.PNG", "*.JPG" ], "permissions": [ "*:\/\/*.youtube.com\/*" ], "manifest_version": 2 } |