Hudl Multi Screen

Allows to open a synchronized external video player for easier data entry when using multiple screens.

ما هو Hudl Multi Screen؟

Hudl Multi Screen هو إضافة Chrome تم تطويرها بواسطة laurentchicoine، والميزة الرئيسية لها هي "Allows to open a synchronized external video player for easier data entry when using multiple screens.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hudl Multi Screen

قم بتنزيل ملفات الامتداد Hudl Multi Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Unofficial Hudl plugin that allows you to open a synchronized external video player for easier data entry when using multiple screens. Simply open your Hudl Library and click on the added icon that allows to open the external video player.

*This extension is only for the American Football version of the Hudl Library.
**You might need to restart your browser after the installation for the plugin to work.
***You should disable the snap detection feature in the player settings for optimal use.                    

معلومات أساسية عن التمديد

الاسم Hudl Multi Screen Hudl Multi Screen
ID jmlffnpibekcbkhffhhjjdakbenjclck
عنوان URL الرسمي https://chromewebstore.google.com/detail/hudl-multi-screen/jmlffnpibekcbkhffhhjjdakbenjclck
الوصف Allows to open a synchronized external video player for easier data entry when using multiple screens.
حجم الملف 514 KB
عدد التثبيتات 3,262
النسخة الحالية 1.6
آخر تحديث 2023-11-17
تاريخ النشر 2019-08-20
تقييم 5.00/5 مجموع تقييمات 5
المطور laurentchicoine
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hudl Multi Screen",
    "description": "Allows to open a synchronized external video player for easier data entry when using multiple screens.",
    "version": "1.6",
    "action": {
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.hudl.com\/library\/*",
        "*:\/\/*.hudl.com\/watch\/team\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hudl.com\/library\/*",
                "*:\/\/*.hudl.com\/watch\/team\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}