Owl-Assistant for Webinar

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

Cos'è Owl-Assistant for Webinar?

Owl-Assistant for Webinar è un'estensione di Chrome sviluppata da SyntOwl, e la sua funzione principale è "Extension to facilitate the interaction of the viewer with Webinar.ru".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Owl-Assistant for Webinar

Scarica i file di estensione Owl-Assistant for Webinar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Owl-Assistant for Webinar Owl-Assistant for Webinar
ID jjhdigcccjmafcceekhkhfojlcgmcjim
URL Ufficiale https://chromewebstore.google.com/detail/owl-assistant-for-webinar/jjhdigcccjmafcceekhkhfojlcgmcjim
Descrizione Extension to facilitate the interaction of the viewer with Webinar.ru
Dimensione del File 65.81 KB
Conteggio Installazioni 3,798
Versione Corrente 0.1.4.1
Ultimo Aggiornamento 2021-06-28
Data di Pubblicazione 2021-03-12
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore SyntOwl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vk.com/Owl_Asst
Lingue Supportate 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"
            ]
        }
    ]
}