Owl-Assistant for Webinar

Extension to facilitate the interaction of the viewer with Webinar.ru

O que é Owl-Assistant for Webinar?

Owl-Assistant for Webinar é uma extensão do Chrome desenvolvida por SyntOwl, e sua principal característica é "Extension to facilitate the interaction of the viewer with Webinar.ru".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Owl-Assistant for Webinar

Baixe arquivos de extensão Owl-Assistant for Webinar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Owl-Assistant for Webinar Owl-Assistant for Webinar
ID jjhdigcccjmafcceekhkhfojlcgmcjim
URL Oficial https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim
Descrição Extension to facilitate the interaction of the viewer with Webinar.ru
Tamanho do Arquivo 65.81 KB
Contagem de Instalações 3,798
Versão Atual 0.1.4.1
Última Atualização 2021-06-28
Data de Publicação 2021-03-12
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor SyntOwl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://vk.com/Owl_Asst
Idiomas Suportados 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"
            ]
        }
    ]
}