JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Τι είναι το JWPlayer - Theatre mode;

Το JWPlayer - Theatre mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developmentjbd, και η κύρια λειτουργία του είναι "Add a theatre mode button to all JWPlayers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης JWPlayer - Theatre mode

Λήψη αρχείων επέκτασης JWPlayer - Theatre mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Επίσημο URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Περιγραφή Add a theatre mode button to all JWPlayers.
Μέγεθος Αρχείου 9.57 KB
Αριθμός Εγκαταστάσεων 4,311
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2019-07-13
Ημερομηνία Δημοσίευσης 2019-07-10
Αξιολόγηση 2.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής developmentjbd
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gitlab.com/Shivs/nos-theater-modus
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/Shivs/nos-theater-modus/issues
Υποστηριζόμενες Γλώσσες 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
}