JW video player

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

ما هو JW video player؟

JW video player هو إضافة Chrome تم تطويرها بواسطة Mark Slavenko، والميزة الرئيسية لها هي "Extending the video player functionality (for jw.org website)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة JW video player

قم بتنزيل ملفات الامتداد JW video player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}