JW video player

Extending the video player functionality (for jw.org website)

JW video player là gì?

JW video player là một tiện ích mở rộng Chrome được phát triển bởi Mark Slavenko, và tính năng chính của nó là "Extending the video player functionality (for jw.org website)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JW video player

Tải xuống các tệp mở rộng JW video player 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

                        Extending the video player functionality for jw.org website.

- Ability to rewind video (left, right arrows);
- Ability to change volume (up, down arrows);
- Ability to pause/play video (space button); 
- Ability to open full screen (F button);

Version 1.2: 
- Added visual animations;                    

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

Tên JW video player JW video player
ID llcdnhpkicpaohifijppfflfbkcblkib
URL Chính Thức https://chromewebstore.google.com/detail/jw-video-player/llcdnhpkicpaohifijppfflfbkcblkib
Mô tả Extending the video player functionality (for jw.org website)
Kích Thước Tệp 10.09 KB
Số Lần Cài Đặt 2,865
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2022-08-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Mark Slavenko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JW video player",
    "description": "Extending the video player functionality (for jw.org website)",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jw.org\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}