JW video player

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

What is JW video player?

JW video player is a Chrome extension developed by Mark Slavenko, and its main feature is "Extending the video player functionality (for jw.org website)".

Extension Screenshots

screenshot

Download JW video player Extension CRX File

Download JW video player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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;                    

Extension Basic Information

Name JW video player JW video player
ID llcdnhpkicpaohifijppfflfbkcblkib
Official URL https://chromewebstore.google.com/detail/jw-video-player/llcdnhpkicpaohifijppfflfbkcblkib
Description Extending the video player functionality (for jw.org website)
File Size 10.09 KB
Installation Count 2,865
Current Version 1.2
Last Updated 2023-12-04
Publish Date 2022-08-02
Rating 5.00/5 Total 3 Ratings
Developer Mark Slavenko
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}