Video Player

Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.

ما هو Video Player؟

Video Player هو إضافة Chrome تم تطويرها بواسطة Mathieu Gravel، والميزة الرئيسية لها هي "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Video Player

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

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

                        - Offer a better user experience than the default player.
- Offer multiple shortcuts for controlling the video player.
- The video player has a video preview when hovering over the timeline.

This extension is useful to watch movies on your computer without the need to download a video player on your computer. This extension can play every supported video format supported by the browser.

This extension will load the video player only when the link in the browser is a video. To play a local file, you simply have to copy the path in the URL bar or drag and drop it in the browser.                    

معلومات أساسية عن التمديد

الاسم Video Player Video Player
ID phdogoeljjbggglcgpkiabgdkkncgohe
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-player/phdogoeljjbggglcgpkiabgdkkncgohe
الوصف Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.
حجم الملف 475 KB
عدد التثبيتات 732
النسخة الحالية 1.0.0
آخر تحديث 2022-01-07
تاريخ النشر 2022-01-07
تقييم 5.00/5 مجموع تقييمات 1
المطور Mathieu Gravel
البريد الإلكتروني mathieu.b.gravel@gmail.com
نوع الدفع free
موقع الإضافة https://github.com/MathieuGravel/video-player-chrome-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Player",
    "description": "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}