Owl-Assistant for Webinar
Extension to facilitate the interaction of the viewer with Webinar.ru
Owl-Assistant for Webinar là gì?
Owl-Assistant for Webinar là một tiện ích mở rộng Chrome được phát triển bởi SyntOwl, và tính năng chính của nó là "Extension to facilitate the interaction of the viewer with Webinar.ru".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Owl-Assistant for Webinar
Tải xuống các tệp mở rộng Owl-Assistant for Webinar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Owl-Assistant for Webinar |
ID | jjhdigcccjmafcceekhkhfojlcgmcjim |
URL Chính Thức | https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim |
Mô tả | Extension to facilitate the interaction of the viewer with Webinar.ru |
Kích Thước Tệp | 65.81 KB |
Số Lần Cài Đặt | 3,798 |
Phiên Bản Hiện Tại | 0.1.4.1 |
Cập Nhật Lần Cuối | 2021-06-28 |
Ngày Phát Hành | 2021-03-12 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | SyntOwl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vk.com/Owl_Asst |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |