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”。

擴展截圖

screenshot
screenshot

下載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 Owl-Assistant for Webinar
ID jjhdigcccjmafcceekhkhfojlcgmcjim
官方網址 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"
            ]
        }
    ]
}