YouTube Watch Thumbnails
Display a thumbnail of the video next to the channel icon on the YouTube video playback page.
YouTube Watch Thumbnails란 무엇입니까?
YouTube Watch Thumbnails은(는) mosunset에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display a thumbnail of the video next to the channel icon on the YouTube video playback page."입니다.
확장 프로그램 스크린샷
YouTube Watch Thumbnails 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click once on the extension icon and the thumbnail image hops up. Clicking on an image opens the largest thumbnail image in a new tab.
확장 프로그램 기본 정보
이름 | YouTube Watch Thumbnails |
ID | aobeafpjgdgakpagffmlkfeognaiigci |
공식 URL | https://chromewebstore.google.com/detail/youtube-watch-thumbnails/aobeafpjgdgakpagffmlkfeognaiigci |
설명 | Display a thumbnail of the video next to the channel icon on the YouTube video playback page. |
파일 크기 | 113 KB |
설치 횟수 | 4,804 |
현재 버전 | 3.3.1 |
최근 업데이트 | 2023-09-02 |
출시 날짜 | 2022-09-13 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | mosunset |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "3.3.1", "default_locale": "en", "icons": { "512": "img\/yicon.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/yicon.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/ycontent_script.js" ], "css": [ "css\/ycontent_script.css" ], "all_frames": true } ] } |