JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Qu'est-ce que JWPlayer - Theatre mode ?

JWPlayer - Theatre mode est une extension Chrome développée par developmentjbd, et sa fonction principale est "Add a theatre mode button to all JWPlayers.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension JWPlayer - Theatre mode

Téléchargez les fichiers d'extension JWPlayer - Theatre mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
URL Officiel https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Description Add a theatre mode button to all JWPlayers.
Taille du Fichier 9.57 KB
Nombre d'Installations 4,311
Version Actuelle 0.1
Dernière Mise à Jour 2019-07-13
Date de Publication 2019-07-10
Évaluation 2.75/5 Total 8 Évaluations
Développeur developmentjbd
Type de Paiement free
Site Web de l'Extension https://gitlab.com/Shivs/nos-theater-modus
URL de la Page d'Aide https://gitlab.com/Shivs/nos-theater-modus/issues
Langues Prises en Charge 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
}