Owl-Assistant for Webinar
Extension to facilitate the interaction of the viewer with Webinar.ru
¿Qué es Owl-Assistant for Webinar?
Owl-Assistant for Webinar es una extensión de Chrome desarrollada por SyntOwl, y su función principal es "Extension to facilitate the interaction of the viewer with Webinar.ru".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Owl-Assistant for Webinar
Descarga archivos de extensión Owl-Assistant for Webinar 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
The extension allows you to more comfortably view the content on the Webinar.ru site, thanks to automatic interaction with some of the site's functions. What the extension can do at the moment: ✔️ Confirm presence message. ✔️ Close the connection quality check window. ✔️ Close windows with tooltips. ✔️ Permanent online on the page. (experimental) ✔️ Automatically press 🔥 when holding key down on the keyboard. ✔️ Adjust the playback volume of the broadcast and recordings.
Información Básica de la Extensión
Nombre | Owl-Assistant for Webinar |
ID | jjhdigcccjmafcceekhkhfojlcgmcjim |
URL Oficial | https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim |
Descripción | Extension to facilitate the interaction of the viewer with Webinar.ru |
Tamaño del Archivo | 65.81 KB |
Cantidad de Instalaciones | 3,798 |
Versión Actual | 0.1.4.1 |
Última Actualización | 2021-06-28 |
Fecha de Publicación | 2021-03-12 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | SyntOwl |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://vk.com/Owl_Asst |
Idiomas Soportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.1.4.1", "permissions": [ "storage", "*:\/\/events.webinar.ru\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background-scripts\/bootstrap.js", "background-scripts\/store.js", "background-scripts\/background.js" ] }, "icons": { "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "38": "icons\/icon-active-38.png" }, "default_popup": "pages\/popup\/index.html", "default_title": "__MSG_extTitle__" }, "options_ui": { "open_in_tab": true, "page": "pages\/options\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/events.webinar.ru\/*" ], "js": [ "pages\/content-scripts\/main.js", "pages\/util.js" ] } ] } |