Hudl Multi Screen

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

Hudl Multi Screen là gì?

Hudl Multi Screen là một tiện ích mở rộng Chrome được phát triển bởi laurentchicoine, và tính năng chính của nó là "Allows to open a synchronized external video player for easier data entry when using multiple screens.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hudl Multi Screen

Tải xuống các tệp mở rộng Hudl Multi Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hudl Multi Screen Hudl Multi Screen
ID jmlffnpibekcbkhffhhjjdakbenjclck
URL Chính Thức https://chromewebstore.google.com/detail/hudl-multi-screen/jmlffnpibekcbkhffhhjjdakbenjclck
Mô tả Allows to open a synchronized external video player for easier data entry when using multiple screens.
Kích Thước Tệp 514 KB
Số Lần Cài Đặt 3,262
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2019-08-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển laurentchicoine
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}