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
}