JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Was ist JWPlayer - Theatre mode?

JWPlayer - Theatre mode ist eine Chrome-Erweiterung, die von developmentjbd entwickelt wurde, und ihr Hauptmerkmal ist "Add a theatre mode button to all JWPlayers.".

Erweiterungsscreenshots

screenshot
screenshot

JWPlayer - Theatre mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie JWPlayer - Theatre mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Offizielle URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Beschreibung Add a theatre mode button to all JWPlayers.
Dateigröße 9.57 KB
Installationsanzahl 4,311
Aktuelle Version 0.1
Letztes Update 2019-07-13
Veröffentlichungsdatum 2019-07-10
Bewertung 2.75/5 Insgesamt 8 Bewertungen
Entwickler developmentjbd
Zahlungsart free
Erweiterungswebsite https://gitlab.com/Shivs/nos-theater-modus
Hilfeseite URL https://gitlab.com/Shivs/nos-theater-modus/issues
Unterstützte Sprachen 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
}