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
Eメール [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"
    }
}