JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Wat is JWPlayer - Theatre mode?

JWPlayer - Theatre mode is een Chrome-extensie ontwikkeld door developmentjbd, en de belangrijkste functie is "Add a theatre mode button to all JWPlayers.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JWPlayer - Theatre mode

Download JWPlayer - Theatre mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Officiële URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Beschrijving Add a theatre mode button to all JWPlayers.
Bestandsgrootte 9.57 KB
Aantal Installaties 4,311
Huidige Versie 0.1
Laatst Bijgewerkt 2019-07-13
Publicatiedatum 2019-07-10
Beoordeling 2.75/5 Totaal 8 Beoordelingen
Ontwikkelaar developmentjbd
Betalingswijze free
Extensiewebsite https://gitlab.com/Shivs/nos-theater-modus
Help Pagina-URL https://gitlab.com/Shivs/nos-theater-modus/issues
Ondersteunde Talen 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
}