Owl-Assistant for Webinar
Extension to facilitate the interaction of the viewer with Webinar.ru
Was ist Owl-Assistant for Webinar?
Owl-Assistant for Webinar ist eine Chrome-Erweiterung, die von SyntOwl entwickelt wurde, und ihr Hauptmerkmal ist "Extension to facilitate the interaction of the viewer with Webinar.ru".
Erweiterungsscreenshots
Owl-Assistant for Webinar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Owl-Assistant for Webinar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Owl-Assistant for Webinar |
ID | jjhdigcccjmafcceekhkhfojlcgmcjim |
Offizielle URL | https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim |
Beschreibung | Extension to facilitate the interaction of the viewer with Webinar.ru |
Dateigröße | 65.81 KB |
Installationsanzahl | 3,798 |
Aktuelle Version | 0.1.4.1 |
Letztes Update | 2021-06-28 |
Veröffentlichungsdatum | 2021-03-12 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | SyntOwl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://vk.com/Owl_Asst |
Unterstützte Sprachen | 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" ] } ] } |