Screen Video Recorder

Now you can start recording your screen with one click.

什么是Screen Video Recorder?

Screen Video Recorder是由mageruma2147开发的Chrome扩展程序,该扩展的主要功能是“Now you can start recording your screen with one click.”。

扩展截图

screenshot

下载Screen Video Recorder扩展crx文件

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

扩展使用说明

                        We invite you to try our new extension Screen Recorder. With it you can use the screen recording function.  To do this, you just need to go into the application and click on the button and after a couple of seconds, your screen will start recording.  Everything is very simple.  Screen Recorder does not ask for your personal information and guarantees security.  We did our best to make our product very easy and comfortable to use for you.  We are sure you will enjoy using Screen Recorder.  You just need to install our amazing extension and immediately after that you can enjoy using it.                    

扩展基本信息

名称 Screen Video Recorder Screen Video Recorder
ID pealhhnpkinnmcanaaammjbhmeffjppa
官方URL https://chrome.google.com/webstore/detail/screen-video-recorder/pealhhnpkinnmcanaaammjbhmeffjppa
简介 Now you can start recording your screen with one click.
文件大小 20.35 KB
安装次数 10,000
当前版本 1.3
更新时间 2021-12-20
上架时间 2021-05-19
评分 3.50/5 共10次评分
开发者 mageruma2147
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Now you can start recording your screen with one click.",
    "short_name": "Screen video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "uxuides\/cctv.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "twothirdfour\/hujimobo.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "uxuides\/cctv.png"
        },
        "default_popup": "twothirdfour\/dugikile.html"
    },
    "background": {
        "scripts": [
            "firstpapka\/sewejuko.js"
        ]
    }
}