SVR - Screen Video Recorder

Start screen recording with one click

什么是SVR - Screen Video Recorder?

SVR - Screen Video Recorder是由fominivan342开发的Chrome扩展程序,该扩展的主要功能是“Start screen recording with one click”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载SVR - Screen Video Recorder扩展crx文件

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

扩展使用说明

                        We`ve got ad-free and reliable extension for you to record screen in simple manner. Screen recorder is absolutely free but pretty useful extension for your chrome browser. It allows you to record your screen just in one click. Extension can capture the whole screen, desktop, current or any selected chrome tab from the list. Just make a few clicks to adjust the app and you`ve got high-quality recording. If you need to save and share some important info or make a tutorial video then screen video recorder will come in handy. Extension is reliable and useful tool for screen capture. If you need simple and reliable screen recorder then this extension is what you were looking for.                    

扩展基本信息

名称 SVR - Screen Video Recorder SVR - Screen Video Recorder
ID hopmiapnnbalpocjocfeabkkoedkppim
官方URL https://chrome.google.com/webstore/detail/svr-screen-video-recorder/hopmiapnnbalpocjocfeabkkoedkppim
简介 Start screen recording with one click
文件大小 25.98 KB
安装次数 2,950
当前版本 1.3
更新时间 2023-02-22
上架时间 2021-09-19
评分 1.50/5 共2次评分
开发者 fominivan342
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Start screen recording with one click",
    "short_name": "Display video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "julana\/zxc.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/britva.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "julana\/zxc.png"
        },
        "default_popup": "js\/pupap.html"
    },
    "background": {
        "scripts": [
            "julana\/moloko.js"
        ]
    }
}