YouTube Thumbnail Grabber
Get thumbnails of YouTube videos, made by FeriVOQ
YouTube Thumbnail Grabber란 무엇입니까?
YouTube Thumbnail Grabber은(는) ferivoq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get thumbnails of YouTube videos, made by FeriVOQ"입니다.
확장 프로그램 스크린샷
YouTube Thumbnail Grabber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing our Youtube Thumbnail Grabber Chrome Extension! This handy tool lets you easily extract high-quality thumbnails from any YouTube video in just a few clicks. Whether you're a content creator looking to optimize your video previews or simply someone who wants to save a favorite thumbnail for future reference, our extension is the perfect solution. With our thumbnail grabber, you can save time and hassle by avoiding the need to take screenshots or use third-party tools. The extension works seamlessly within your Chrome browser, so you can grab thumbnails without ever leaving the YouTube page. Plus, the interface is intuitive and user-friendly, making it easy for anyone to use. In addition to its convenience, our thumbnail grabber also delivers top-notch quality. You can expect crisp, clear images with accurate color and detail, perfect for showcasing your videos on social media or other platforms. Best of all, our extension is completely free to use, with no hidden fees or subscriptions.
확장 프로그램 기본 정보
이름 | YouTube Thumbnail Grabber |
ID | hpbdojgebckgdhlalpoiookkdmijeika |
공식 URL | https://chromewebstore.google.com/detail/youtube-thumbnail-grabber/hpbdojgebckgdhlalpoiookkdmijeika |
설명 | Get thumbnails of YouTube videos, made by FeriVOQ |
파일 크기 | 17.8 KB |
설치 횟수 | 209 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-05-02 |
출시 날짜 | 2023-05-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | ferivoq |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Thumbnail Grabber", "version": "1.0", "description": "Get thumbnails of YouTube videos, made by FeriVOQ", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "downloads" ], "action": { "default_popup": "files\/popup.html", "matches": [ "https:\/\/www.youtube.com\/*" ], "default_title": "YouTube Thumbnail Grabber", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "files\/popup.js" ] } ] } |