JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Co je JWPlayer - Theatre mode?

JWPlayer - Theatre mode je rozšíření Chrome vyvinuté developmentjbd, a jeho hlavní funkcí je „Add a theatre mode button to all JWPlayers.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření JWPlayer - Theatre mode

Stáhněte si soubory rozšíření JWPlayer - Theatre mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Oficiální URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Popis Add a theatre mode button to all JWPlayers.
Velikost souboru 9.57 KB
Počet instalací 4,311
Aktuální Verze 0.1
Poslední Aktualizace 2019-07-13
Datum Vydání 2019-07-10
Hodnocení 2.75/5 Celkem 8 Hodnocení
Vývojář developmentjbd
Typ Platby free
Webové stránky Rozšíření https://gitlab.com/Shivs/nos-theater-modus
URL Stránky Nápovědy https://gitlab.com/Shivs/nos-theater-modus/issues
Podporované Jazyky 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
}