Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo란 무엇입니까?
Download thumbnail images of youtube/vimeo은(는) http://youtube-thumbnail-grabber.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download thumbnail images of youtube/vimeo"입니다.
확장 프로그램 스크린샷
Download thumbnail images of youtube/vimeo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
** 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
확장 프로그램 기본 정보
이름 | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
공식 URL | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
설명 | Download thumbnail images of youtube/vimeo |
파일 크기 | 49.08 KB |
설치 횟수 | 10,000 |
현재 버전 | 6.4.1 |
최근 업데이트 | 2020-05-09 |
출시 날짜 | 2020-05-09 |
평점 | 4.31/5 총 531 개의 평점 |
개발자 | http://youtube-thumbnail-grabber.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.youtube-thumbnail-grabber.com |
지원되는 언어 | 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 } |