JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Cos'è JWPlayer - Theatre mode?

JWPlayer - Theatre mode è un'estensione di Chrome sviluppata da developmentjbd, e la sua funzione principale è "Add a theatre mode button to all JWPlayers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JWPlayer - Theatre mode

Scarica i file di estensione JWPlayer - Theatre mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
URL Ufficiale https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Descrizione Add a theatre mode button to all JWPlayers.
Dimensione del File 9.57 KB
Conteggio Installazioni 4,311
Versione Corrente 0.1
Ultimo Aggiornamento 2019-07-13
Data di Pubblicazione 2019-07-10
Valutazione 2.75/5 Totale 8 Valutazioni
Sviluppatore developmentjbd
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/Shivs/nos-theater-modus
URL della Pagina di Aiuto https://gitlab.com/Shivs/nos-theater-modus/issues
Lingue Supportate 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
}