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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |