Viostream - Free Screen Recording Tool

Create recordings with ease, instantly share them with your audience

Viostream - Free Screen Recording Tool là gì?

Viostream - Free Screen Recording Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.viostream.com, và tính năng chính của nó là "Create recordings with ease, instantly share them with your audience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Viostream - Free Screen Recording Tool

Tải xuống các tệp mở rộng Viostream - Free Screen Recording Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Record your screen, camera or both, share your video with your audience

They say a picture says a thousand words. Well, then a video must be worth a million. Use quick and easy recordings for team updates, customer communications, product demonstrations, employee onboarding. the use cases are nearly endless

All for free, with Viostream's screen recorder

FEATURES
✔️ Fast, easy recordings of your screen and/or camera
✔️ High quality recordings
✔️ Choose camera and microphone, quick mute tools
✔️ Download high quality recordings
✔️ Share your recordings using Viostream's customizable share page. 

COMING SOON
🔵 On screen drawing and annotation tools
🔵 Customizable mouse cursor, click highlighter                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Viostream - Free Screen Recording Tool Viostream - Free Screen Recording Tool
ID cimanafijedfkpkhfokkhgoncjighopc
URL Chính Thức https://chromewebstore.google.com/detail/viostream-free-screen-rec/cimanafijedfkpkhfokkhgoncjighopc
Mô tả Create recordings with ease, instantly share them with your audience
Kích Thước Tệp 1.86 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.9.16
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2022-12-17
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.viostream.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.viostream.com/product/video-creation
URL Trang Trợ Giúp https://help.viostream.com
URL Trang Chính Sách Bảo Mật https://www.viostream.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viostream - Free Screen Recording Tool",
    "description": "Create recordings with ease, instantly share them with your audience",
    "version": "0.9.16",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icons\/logo-16.png",
        "48": "images\/icons\/logo-48.png",
        "128": "images\/icons\/logo-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "exclude_globs": [
                "chrome-extension:\/\/*",
                "https:\/\/id.app.*.viostream.io\/*",
                "https:\/\/id.app.viostream.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/icons\/logo-16.png",
            "48": "images\/icons\/logo-48.png",
            "128": "images\/icons\/logo-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "views\/detector.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "views\/capture.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "views\/recorder.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "views\/auth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/recorder.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/fonts\/inter\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/viostream.com\/*",
        ""
    ]
}