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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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 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"
            ]
        }
    ]
}