Viostream - Free Screen Recording Tool

Create recordings with ease, instantly share them with your audience

¿Qué es Viostream - Free Screen Recording Tool?

Viostream - Free Screen Recording Tool es una extensión de Chrome desarrollada por https://www.viostream.com, y su función principal es "Create recordings with ease, instantly share them with your audience".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Viostream - Free Screen Recording Tool

Descarga archivos de extensión Viostream - Free Screen Recording Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Viostream - Free Screen Recording Tool Viostream - Free Screen Recording Tool
ID cimanafijedfkpkhfokkhgoncjighopc
URL Oficial https://chromewebstore.google.com/detail/viostream-free-screen-rec/cimanafijedfkpkhfokkhgoncjighopc
Descripción Create recordings with ease, instantly share them with your audience
Tamaño del Archivo 1.86 MB
Cantidad de Instalaciones 38
Versión Actual 0.9.16
Última Actualización 2024-01-19
Fecha de Publicación 2022-12-17
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://www.viostream.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.viostream.com/product/video-creation
URL de la Página de Ayuda https://help.viostream.com
URL de la Página de Política de Privacidad https://www.viostream.com/privacy-policy
Idiomas Soportados 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\/*",
        ""
    ]
}