Video Screenshot
Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.
Video Screenshot란 무엇입니까?
Video Screenshot은(는) Martin Strauss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks."입니다.
확장 프로그램 스크린샷
Video Screenshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***This extension only works in Chrome*** This extension allows you to download full resolution screenshots of YouTube, Netflix, Vimeo, Amazon Prime, and videos on most other websites without seeing the player controls or the surrounding webpage. Once installed, click on the extension button in the top right of Chrome to choose which sites Video Screenshot will appear on. The extension starts with only YouTube, Netflix, Vimeo, Amazon and Hulu activated. When a video begins to play, you'll see a camera icon appear alongside the normal player controls. Each time you click the camera button or a keyboard shortcut of your choosing, a screenshot is created of the video from its current frame. The screenshot is then either saved in your downloads folder as a JPG or PNG, or copied to your clipboard. There are additional options such as reporting an issue with the extension and donating to the developer. Since this extension is reliant on other websites, it will need to be updated periodically as those websites evolve. Please contact me directly if you have issues with this extension on either of these sites, or if you have any suggestions!
확장 프로그램 기본 정보
이름 | Video Screenshot |
ID | ppkojackhibeogijphhfnamhemklmial |
공식 URL | https://chromewebstore.google.com/detail/video-screenshot/ppkojackhibeogijphhfnamhemklmial |
설명 | Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks. |
파일 크기 | 379 KB |
설치 횟수 | 146,483 |
현재 버전 | 5.4.2 |
최근 업데이트 | 2023-08-09 |
출시 날짜 | 2020-07-02 |
평점 | 4.25/5 총 511 개의 평점 |
개발자 | Martin Strauss |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Screenshot", "version": "5.4.2", "description": "Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Video Screenshot settings", "default_popup": "popup.html", "default_icon": { "48": "icons\/BrowserIcon48.png" } }, "content_scripts": [ { "js": [ "js\/page.js" ], "matches": [ " |