JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

What is JWPlayer - Theatre mode?

JWPlayer - Theatre mode is a Chrome extension developed by developmentjbd, and its main feature is "Add a theatre mode button to all JWPlayers.".

Extension Screenshots

screenshot
screenshot

Download JWPlayer - Theatre mode Extension CRX File

Download JWPlayer - Theatre mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Official URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Description Add a theatre mode button to all JWPlayers.
File Size 9.57 KB
Installation Count 4,311
Current Version 0.1
Last Updated 2019-07-13
Publish Date 2019-07-10
Rating 2.75/5 Total 8 Ratings
Developer developmentjbd
Payment Type free
Extension Website https://gitlab.com/Shivs/nos-theater-modus
Help Page URL https://gitlab.com/Shivs/nos-theater-modus/issues
Supported Languages 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
}