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
官方網址 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
}