Screenshot YouTube Video

Quickly extract video frames from YouTube and OK.ru and save to JPG images with just one click.

Screenshot YouTube Video란 무엇입니까?

Screenshot YouTube Video은(는) uScreenshoter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly extract video frames from YouTube and OK.ru and save to JPG images with just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Screenshot YouTube Video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Screenshot YouTube Video is a compact and user-friendly extension that allows you to take a screenshot of YouTube and OK.ru videos and save the frame to your PC without using third-party programs and without cropping the video player frames. Ready-to-use frame from a movie or clip in maximum quality with just one click of the cursor.

It is easy to find the Video Screenshot Button — that's the camera image in the lower part of the player.

Features of the browser extension:
— The button is well-integrated into the design of the YouTube and OK.ru video players; 
— Screen capture in JPEG format and without the frames of the video player;
— Downloaded frames have readable (human-friendly) names;
— "Embedded" video frame loading support, i.e. YouTube and OK.ru videos hosted on third-party sites;                    

확장 프로그램 기본 정보

이름 Screenshot YouTube Video Screenshot YouTube Video
ID lnaahdmijnjnmgaalacdgakieangpjgp
공식 URL https://chromewebstore.google.com/detail/screenshot-youtube-video/lnaahdmijnjnmgaalacdgakieangpjgp
설명 Quickly extract video frames from YouTube and OK.ru and save to JPG images with just one click.
파일 크기 8.72 MB
설치 횟수 8,183
현재 버전 0.7.64.16
최근 업데이트 2024-02-21
출시 날짜 2022-07-05
평점 4.86/5 총 118 개의 평점
개발자 uScreenshoter
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://instaloader.net/
지원되는 언어 id,de,en,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sv,bg,ru,uk,hi,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_Abbr__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.7.64.16",
    "default_locale": "en",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "background": {
        "service_worker": "background_script.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}