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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uScreenshoter และคุณลักษณะหลักของมันคือ "Quickly extract video frames from YouTube and OK.ru and save to JPG images with just one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenshot YouTube Video

ดาวน์โหลดไฟล์ส่วนขยาย Screenshot YouTube Video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}