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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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