JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

什么是JWPlayer - Theatre mode?

JWPlayer - Theatre mode是由developmentjbd开发的Chrome扩展程序,该扩展的主要功能是“Add a theatre mode button to all JWPlayers.”。

扩展截图

screenshot
screenshot

下载JWPlayer - Theatre mode扩展crx文件

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

扩展使用说明

                        This extension adds a theatre mode button to every JWPlayer online. Use this mode to stretch the JWPlayer to the maximum size of your browser without using normal fullscreen.                    

扩展基本信息

名称 JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
官方URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
简介 Add a theatre mode button to all JWPlayers.
文件大小 9.57 KB
安装次数 4,311
当前版本 0.1
更新时间 2019-07-13
上架时间 2019-07-10
评分 2.75/5 共8次评分
开发者 developmentjbd
付费类型 free
扩展官网 https://gitlab.com/Shivs/nos-theater-modus
帮助页面URL https://gitlab.com/Shivs/nos-theater-modus/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWPlayer - Theatre mode",
    "version": "0.1",
    "description": "Add a theatre mode button to all JWPlayers.",
    "short_name": "JWPlayer Theatre mode",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "theatremode.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "embed.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}