JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Apa itu JWPlayer - Theatre mode?

JWPlayer - Theatre mode adalah ekstensi Chrome yang dikembangkan oleh developmentjbd, dan fitur utamanya adalah "Add a theatre mode button to all JWPlayers.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi JWPlayer - Theatre mode

Unduh file ekstensi JWPlayer - Theatre mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
URL Resmi https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Deskripsi Add a theatre mode button to all JWPlayers.
Ukuran File 9.57 KB
Jumlah Instalasi 4,311
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-07-13
Tanggal Publikasi 2019-07-10
Penilaian 2.75/5 Total 8 Penilaian
Pengembang developmentjbd
Tipe Pembayaran free
Situs Ekstensi https://gitlab.com/Shivs/nos-theater-modus
URL Halaman Bantuan https://gitlab.com/Shivs/nos-theater-modus/issues
Bahasa yang Didukung 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
}