JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

JWPlayer - Theatre mode là gì?

JWPlayer - Theatre mode là một tiện ích mở rộng Chrome được phát triển bởi developmentjbd, và tính năng chính của nó là "Add a theatre mode button to all JWPlayers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JWPlayer - Theatre mode

Tải xuống các tệp mở rộng JWPlayer - Theatre mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
URL Chính Thức https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Mô tả Add a theatre mode button to all JWPlayers.
Kích Thước Tệp 9.57 KB
Số Lần Cài Đặt 4,311
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-07-13
Ngày Phát Hành 2019-07-10
Đánh Giá 2.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển developmentjbd
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/Shivs/nos-theater-modus
URL Trang Trợ Giúp https://gitlab.com/Shivs/nos-theater-modus/issues
Ngôn Ngữ Được Hỗ Trợ 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
}