YouTube Screenshot

Screenshot button from youtube video online.

YouTube Screenshot란 무엇입니까?

YouTube Screenshot은(는) ovanton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot button from youtube video online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you looking for a way to take screenshots of some of your favourite videos on YouTube? You can easily capture images from any video on the popular streaming platform with the Chrome extension (CE) YouTube Screenshot (YS). 
👍👍👍
Users can quickly capture screens directly from their web browser with this simple and free tool. Simply install the extension, open a YouTube video and click the "Take Screenshot"📸 button located in the bottom right corner of your screen. You can then save or share your screenshot with friends or family with just one click! 
YS is perfect for capturing memorable moments from music videos, comedy sketches, sports highlights - anything you want to remember forever! It is also great for creating tutorials, allowing users to easily illustrate step-by-step instructions without having to record entire clips. What's more, all screen captures are automatically saved, so you never have to worry about losing them again! 
With its easy-to-use interface and convenient features such as auto-save, YS makes capturing online content easier than ever. So why wait? Download this handy CE today and start capturing those special moments now!✅✅✅                    

확장 프로그램 기본 정보

이름 YouTube Screenshot YouTube Screenshot
ID ccjiagdfcfhdofiinnjkmkanbppbholn
공식 URL https://chromewebstore.google.com/detail/youtube-screenshot/ccjiagdfcfhdofiinnjkmkanbppbholn
설명 Screenshot button from youtube video online.
파일 크기 29.12 KB
설치 횟수 87
현재 버전 1.0.1
최근 업데이트 2023-01-19
출시 날짜 2022-10-27
평점 5.00/5 총 3 개의 평점
개발자 ovanton
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,es
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "page.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Screenshot button from youtube video online.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "manifest_version": 3,
    "name": "YouTube Screenshot",
    "options_page": "optionsfc.html",
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}