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是由laurentchicoine开发的Chrome扩展程序,该扩展的主要功能是“Allows to open a synchronized external video player for easier data entry when using multiple screens.”。

扩展截图

screenshot

下载Hudl Multi Screen扩展crx文件

下载Hudl Multi Screen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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