Owl-Assistant for Webinar
Extension to facilitate the interaction of the viewer with Webinar.ru
Qu'est-ce que Owl-Assistant for Webinar ?
Owl-Assistant for Webinar est une extension Chrome développée par SyntOwl, et sa fonction principale est "Extension to facilitate the interaction of the viewer with Webinar.ru".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Owl-Assistant for Webinar
Téléchargez les fichiers d'extension Owl-Assistant for Webinar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Owl-Assistant for Webinar |
ID | jjhdigcccjmafcceekhkhfojlcgmcjim |
URL Officiel | https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim |
Description | Extension to facilitate the interaction of the viewer with Webinar.ru |
Taille du Fichier | 65.81 KB |
Nombre d'Installations | 3,798 |
Version Actuelle | 0.1.4.1 |
Dernière Mise à Jour | 2021-06-28 |
Date de Publication | 2021-03-12 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | SyntOwl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vk.com/Owl_Asst |
Langues Prises en Charge | 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" ] } ] } |