Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
Co to jest Download thumbnail images of youtube/vimeo?
Download thumbnail images of youtube/vimeo to rozszerzenie Chrome opracowane przez http://youtube-thumbnail-grabber.com, a jego główną funkcją jest „Download thumbnail images of youtube/vimeo”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Download thumbnail images of youtube/vimeo
Pobierz pliki rozszerzeń Download thumbnail images of youtube/vimeo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
** Please note that this is not a youtube video downloader** Download thumbnails image of youtube, vimeo sites. Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
Oficjalny URL | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
Opis | Download thumbnail images of youtube/vimeo |
Rozmiar pliku | 49.08 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 6.4.1 |
Ostatnia Aktualizacja | 2020-05-09 |
Data Publikacji | 2020-05-09 |
Ocena | 4.31/5 Łącznie 531 Oceny |
Deweloper | http://youtube-thumbnail-grabber.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.youtube-thumbnail-grabber.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "name": "Download thumbnail images of youtube\/vimeo", "description": "Download thumbnail images of youtube\/vimeo", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.4.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Save youtube,vimeo thumbnail image", "default_popup": "popup.html", "default_icon": { "16": "1.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "web_accessible_resources": [ "*.png", "*.PNG" ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "manifest_version": 2 } |