Webcam Switcher
Switch webcams based on which one you're looking at.
¿Qué es Webcam Switcher?
Webcam Switcher es una extensión de Chrome desarrollada por Moshe Kolodny, y su función principal es "Switch webcams based on which one you're looking at.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Webcam Switcher
Descarga archivos de extensión Webcam Switcher 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
This extension allows you to have multiple webcams used for a video call and will switch to whichever webcam you're looking most closely at. You can change how often the face detection is checked and as well as how long you need to be looking at a new camera for it to switch (to protect against a quick glance). This extension was uses https://github.com/justadudewhohacks/face-api.js And follows the following technique to create a virtual webcam https://github.com/spite/virtual-webcam
Información Básica de la Extensión
Nombre | |
ID | bpfkkobnfcajaidebaljcggknbfocpol |
URL Oficial | https://chrome.google.com/webstore/detail/webcam-switcher/bpfkkobnfcajaidebaljcggknbfocpol |
Descripción | Switch webcams based on which one you're looking at. |
Tamaño del Archivo | 10.57 MB |
Cantidad de Instalaciones | 136 |
Versión Actual | 1.0 |
Última Actualización | 2022-02-15 |
Fecha de Publicación | 2022-02-15 |
Desarrollador | Moshe Kolodny |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kolodny/webcam-switcher |
URL de la Página de Ayuda | https://github.com/kolodny/webcam-switcher/issues |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webcam Switcher", "description": "Switch webcams based on which one you're looking at.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "Open the popup" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |