Video Screen Recorder

Record your computer's screen with just one click!

什么是Video Screen Recorder?

Video Screen Recorder是由AllWall开发的Chrome扩展程序,该扩展的主要功能是“Record your computer's screen with just one click!”。

扩展截图

screenshot

下载Video Screen Recorder扩展crx文件

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

扩展使用说明

                        Absolutely fantastic extension, allows you to shoot video from the screen in just one click.

Functions:
Screen capture.
Grab the required area.
Automatic video downloading.

 Features:
- Record entire Desktop or a specific application
- Narrate with your microphone’s audio
- Customize your resolution
- Save and manage videos locally
- No watermarks
- Unlimited recording time                    

扩展基本信息

名称 Video Screen Recorder Video Screen Recorder
ID ononjdlajdkflnocgjiihiipagglgpio
官方URL https://chrome.google.com/webstore/detail/video-screen-recorder/ononjdlajdkflnocgjiihiipagglgpio
简介 Record your computer's screen with just one click!
文件大小 49.56 KB
安装次数 64,350
当前版本 0.1.4
更新时间 2022-12-29
上架时间 2018-09-17
评分 3.55/5 共58次评分
开发者 AllWall
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://yello8.com/apps/volume.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 2,
    "name": "Video Screen Recorder",
    "short_name": "screen recorder lite",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "Record your computer's screen with just one click!",
    "permissions": [
        "storage",
        "downloads",
        "notifications",
        "desktopCapture"
    ],
    "browser_action": {
        "default_title": "Screen Recorder",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}