StoryBox screen recorder

Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…

什么是StoryBox screen recorder?

StoryBox screen recorder是由https://storybox.cloud开发的Chrome扩展程序,该扩展的主要功能是“Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载StoryBox screen recorder扩展crx文件

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

扩展使用说明

                        Record your screen and share your video instantly with your colleagues or clients.

StoryBox Screen Recorder allows you to communicate faster and better with videos. 

To use StoryBox Screen Recorder, you need a StoryBox account. StoryBox Screen Recorder is free of charge for StoryBox customers.                    

扩展基本信息

名称 StoryBox screen recorder StoryBox screen recorder
ID bmceemeneafofbabfinaeejjgkponcln
官方URL https://chromewebstore.google.com/detail/storybox-screen-recorder/bmceemeneafofbabfinaeejjgkponcln
简介 Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…
文件大小 1.2 MB
安装次数 454
当前版本 2.3.1
更新时间 2024-02-19
上架时间 2021-03-23
评分 5.00/5 共1次评分
开发者 https://storybox.cloud
电子邮箱 [email protected]
付费类型 free
扩展官网 https://storybox.cloud
隐私政策页面URL https://storybox.cloud/de/datenschutzerklaerung
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "2.3.1",
    "permissions": [
        "tabs",
        "offscreen",
        "activeTab",
        "desktopCapture",
        "storage",
        "unlimitedStorage",
        "system.display",
        "system.cpu",
        "system.memory"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.html",
                "camera",
                "size",
                "popup",
                "controls",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*.storybox.blog\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.storybox.blog\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo.png",
            "48": "assets\/logo.png",
            "128": "assets\/logo.png"
        }
    },
    "commands": {
        "pauserecording": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "Pause or resume recording"
        }
    }
}