Owl-Assistant for Webinar
Extension to facilitate the interaction of the viewer with Webinar.ru
Owl-Assistant for Webinarคืออะไร?
Owl-Assistant for Webinar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SyntOwl และคุณลักษณะหลักของมันคือ "Extension to facilitate the interaction of the viewer with Webinar.ru"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Owl-Assistant for Webinar
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |