JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Co to jest JWPlayer - Theatre mode?

JWPlayer - Theatre mode to rozszerzenie Chrome opracowane przez developmentjbd, a jego główną funkcją jest „Add a theatre mode button to all JWPlayers.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia JWPlayer - Theatre mode

Pobierz pliki rozszerzeń JWPlayer - Theatre mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Oficjalny URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Opis Add a theatre mode button to all JWPlayers.
Rozmiar pliku 9.57 KB
Liczba instalacji 4,311
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-07-13
Data Publikacji 2019-07-10
Ocena 2.75/5 Łącznie 8 Oceny
Deweloper developmentjbd
Typ Płatności free
Strona Rozszerzenia https://gitlab.com/Shivs/nos-theater-modus
Adres URL Strony Pomocy https://gitlab.com/Shivs/nos-theater-modus/issues
Obsługiwane Języki 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
}