Owl-Assistant for Webinar

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

Owl-Assistant for Webinar क्या है?

Owl-Assistant for Webinar SyntOwl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to facilitate the interaction of the viewer with Webinar.ru"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Owl-Assistant for Webinar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}