Video321 for Chrome

Easy Record, Easy Share, Easy work

What is Video321 for Chrome?

Video321 for Chrome is a Chrome extension developed by LinkV Develop, and its main feature is "Easy Record, Easy Share, Easy work".

Extension Screenshots

screenshot

Download Video321 for Chrome Extension CRX File

Download Video321 for Chrome 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

                        "Video321" offers video recording and screen recording functions that base on RTC(Real-time communication) and IM(Instant Messaging) techniques from the top team in the world.  
Currently, "Video321" publishes on Android, IOS, PC and Web, providing saas service.

Features:
- Support screen, camera, screen and camera model to create a video recording; Support 1080p, up to 4K for video recording (depends on device);
- Support online HD video broadcasting, and change the speed;
- Support video comment and instant notification;
- Support online trim, include cut and combine slices; Support keep original video after trimming;
- Support multi-people only coordinate; Team builder can configure the permission of team members which aims to team management;
- Support "one-click" copy link and sharing; Support directly send email to share the video link.
We hope you have a happy and efficient work time with "Video321"                    

Extension Basic Information

Name Video321 for Chrome Video321 for Chrome
ID jhjjhmnklianecmobekckbmbpmdnelgh
Official URL https://chromewebstore.google.com/detail/video321-for-chrome/jhjjhmnklianecmobekckbmbpmdnelgh
Description Easy Record, Easy Share, Easy work
File Size 4.9 MB
Installation Count 227
Current Version 1.2.70
Last Updated 2022-06-30
Publish Date 2021-07-24
Rating 5.00/5 Total 4 Ratings
Developer LinkV Develop
Email [email protected]
Payment Type free
Extension Website http://www.linkv.sg
Privacy Policy Page URL https://my.video321.net/privacy
Supported Languages en-US
manifest.json
{
    "description": "Easy Record, Easy Share, Easy work",
    "background": {
        "scripts": [
            ".\/static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                ".\/static\/js\/content.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": ".\/static\/img\/logo.png",
            "38": ".\/static\/img\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "onFinish": {
            "suggested_key": {
                "default": "Ctrl+5",
                "mac": "MacCtrl+5"
            },
            "description": "Complete the recording"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vvork.net\/*",
            "*:\/\/*.video321.net\/*"
        ]
    },
    "icons": {
        "16": ".\/static\/img\/logo.png",
        "48": ".\/static\/img\/logo.png",
        "128": ".\/static\/img\/logo.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "content_security_policy": "script-src 'self' 'wasm-eval' blob:; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "static\/js\/preview.js",
        "static\/img\/preview.jpeg",
        "camera.html",
        "static\/js\/camera.js",
        "media.html",
        "static\/js\/media.js",
        "audio.html",
        "static\/js\/audio.js",
        "static\/img\/logo.png",
        "static\/img\/setting_camera.png",
        "static\/img\/setting_microphone.png",
        "static\/img\/setting_select_drag.png",
        "static\/img\/setting_selected.png",
        "static\/img\/setting_logo_en.png",
        "static\/img\/camera_emoji.png",
        "static\/img\/permission_tip1.jpg",
        "static\/img\/permission_lock.png",
        "static\/img\/permission_close.png",
        "static\/img\/permission_guide.png",
        "static\/img\/menu_pause.png",
        "static\/img\/menu_play.png",
        "static\/img\/menu_stop.png",
        "static\/img\/menu_pack_up.png",
        "static\/img\/menu_resume.png",
        "static\/img\/menu_unfold.png",
        "static\/img\/menu_cancel.png",
        "static\/img\/menu_mouse.png",
        "static\/img\/menu_mouse_close.png",
        "static\/img\/menu_camera.png",
        "static\/img\/menu_camera_close.png",
        "static\/img\/menu_only_camera_close.png",
        "static\/img\/beta_en_icon.svg",
        "static\/img\/beta_zh_icon.svg",
        "static\/js\/mouse.js",
        "static\/js\/vumeter.js",
        "static\/media\/hint.mp3",
        "static\/media\/recording_system_permission.mp4"
    ],
    "version": "1.2.70",
    "name": "Video321 for Chrome",
    "homepage_url": "https:\/\/www.video321.io"
}