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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}