JW video player

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

什么是JW video player?

JW video player是由Mark Slavenko开发的Chrome扩展程序,该扩展的主要功能是“Extending the video player functionality (for jw.org website)”。

扩展截图

screenshot

下载JW video player扩展crx文件

下载JW video player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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;                    

扩展基本信息

名称 JW video player JW video player
ID llcdnhpkicpaohifijppfflfbkcblkib
官方URL https://chromewebstore.google.com/detail/jw-video-player/llcdnhpkicpaohifijppfflfbkcblkib
简介 Extending the video player functionality (for jw.org website)
文件大小 10.09 KB
安装次数 2,865
当前版本 1.2
更新时间 2023-12-04
上架时间 2022-08-02
评分 5.00/5 共3次评分
开发者 Mark Slavenko
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}