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
}