Player for local videos

Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.

ما هو Player for local videos؟

Player for local videos هو إضافة Chrome تم تطويرها بواسطة MDXZ، والميزة الرئيسية لها هي "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Player for local videos

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

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

                        This a video player for local videos whose main features are:
• Light/dark theme (following system preferences)
• Continue watching from where you left off
• Keyboard shortcuts
• Global Media Controls integration
• Works offline

To use the extension, click on its tooltip icon or press Alt+Shift+O.
This shortcut can be changed by visiting chrome://extensions/shortcuts (you may need to copy and paste this URL in the address bar).

When the extension is invoked, a new tab (the one shown in the first screenshot) will open.
To open a video, drag and drop it there or click on the button.

For a full list of keyboard shortcuts visit the extension page on GitHub.                    

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

الاسم Player for local videos Player for local videos
ID jobmoeleihhccoboiljgojnjkejppiih
عنوان URL الرسمي https://chromewebstore.google.com/detail/player-for-local-videos/jobmoeleihhccoboiljgojnjkejppiih
الوصف Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.
حجم الملف 2.85 MB
عدد التثبيتات 209
النسخة الحالية 1.2
آخر تحديث 2024-03-03
تاريخ النشر 2022-04-30
تقييم 5.00/5 مجموع تقييمات 2
المطور MDXZ
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/MDXZ-delti/video-player
عنوان صفحة المساعدة https://github.com/MDXZ-delti/video-player/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Player for local videos",
    "short_name": "Video player",
    "description": "Player for local videos with light\/dark theme, keyboard shortcuts, progress retrieval and more.",
    "author": "Matteo Delton",
    "version": "1.2",
    "offline_enabled": true,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "192": "icons\/favicon.png"
    },
    "action": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    }
}