Owl-Assistant for Webinar
Extension to facilitate the interaction of the viewer with Webinar.ru
Owl-Assistant for Webinarとは何ですか?
Owl-Assistant for WebinarはSyntOwlによって開発されたChromeの拡張機能で、その主な機能は「Extension to facilitate the interaction of the viewer with Webinar.ru」です。
拡張機能のスクリーンショット
Owl-Assistant for Webinar拡張機能のCRXファイルをダウンロード
Owl-Assistant for Webinar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Owl-Assistant for Webinar |
ID | jjhdigcccjmafcceekhkhfojlcgmcjim |
公式URL | https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim |
説明 | Extension to facilitate the interaction of the viewer with Webinar.ru |
ファイルサイズ | 65.81 KB |
インストール数 | 3,798 |
現在のバージョン | 0.1.4.1 |
最終更新日 | 2021-06-28 |
公開日 | 2021-03-12 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | SyntOwl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://vk.com/Owl_Asst |
対応言語 | 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" ] } ] } |