JW video player

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

Qu'est-ce que JW video player ?

JW video player est une extension Chrome développée par Mark Slavenko, et sa fonction principale est "Extending the video player functionality (for jw.org website)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JW video player

Téléchargez les fichiers d'extension JW video player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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;                    

Informations de Base sur l'Extension

Nom JW video player JW video player
ID llcdnhpkicpaohifijppfflfbkcblkib
URL Officiel https://chromewebstore.google.com/detail/jw-video-player/llcdnhpkicpaohifijppfflfbkcblkib
Description Extending the video player functionality (for jw.org website)
Taille du Fichier 10.09 KB
Nombre d'Installations 2,865
Version Actuelle 1.2
Dernière Mise à Jour 2023-12-04
Date de Publication 2022-08-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur Mark Slavenko
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}