YouTube Screenshot

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

什么是YouTube Screenshot?

YouTube Screenshot是由Pranav Acharya开发的Chrome扩展程序,该扩展的主要功能是“Allows you to take screenshot of the video and save it instantly to your disk”。

扩展截图

screenshot

下载YouTube Screenshot扩展crx文件

下载YouTube Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 YouTube Screenshot YouTube Screenshot
ID admjdaoijfccdllogfnddnllkghmkpfb
官方URL https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb
简介 Allows you to take screenshot of the video and save it instantly to your disk
文件大小 3.87 KB
安装次数 4,627
当前版本 1.4
更新时间 2017-01-08
上架时间 2017-01-07
评分 2.23/5 共40次评分
开发者 Pranav Acharya
付费类型 free
支持的语言 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
}