StoryBox screen recorder

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

What is StoryBox screen recorder?

StoryBox screen recorder is a Chrome extension developed by https://storybox.cloud, and its main feature is "Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download StoryBox screen recorder Extension CRX File

Download StoryBox screen recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name StoryBox screen recorder StoryBox screen recorder
ID bmceemeneafofbabfinaeejjgkponcln
Official URL https://chromewebstore.google.com/detail/storybox-screen-recorder/bmceemeneafofbabfinaeejjgkponcln
Description Record your screen and share your video instantly with your colleagues or clients. StoryBox Screen Recorder allows you to…
File Size 1.2 MB
Installation Count 454
Current Version 2.3.1
Last Updated 2024-02-19
Publish Date 2021-03-23
Rating 5.00/5 Total 1 Ratings
Developer https://storybox.cloud
Email [email protected]
Payment Type free
Extension Website https://storybox.cloud
Privacy Policy Page URL https://storybox.cloud/de/datenschutzerklaerung
Supported Languages 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"
        }
    }
}