YouTube Screenshot

Allows you to take screenshot of the video and save it instantly to your disk

YouTube Screenshot là gì?

YouTube Screenshot là một tiện ích mở rộng Chrome được phát triển bởi Pranav Acharya, và tính năng chính của nó là "Allows you to take screenshot of the video and save it instantly to your disk".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Screenshot

Tải xuống các tệp mở rộng YouTube Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Screenshot YouTube Screenshot
ID admjdaoijfccdllogfnddnllkghmkpfb
URL Chính Thức https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb
Mô tả Allows you to take screenshot of the video and save it instantly to your disk
Kích Thước Tệp 3.87 KB
Số Lần Cài Đặt 4,627
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-01-08
Ngày Phát Hành 2017-01-07
Đánh Giá 2.23/5 Tổng số 40 Đánh Giá
Nhà Phát Triển Pranav Acharya
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Screenshot",
    "version": "1.4",
    "description": "Allows you to take screenshot of the video and save it instantly to your disk",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "manifest_version": 2
}