Player for local videos

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

Wat is Player for local videos?

Player for local videos is een Chrome-extensie ontwikkeld door MDXZ, en de belangrijkste functie is "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Player for local videos

Download Player for local videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Player for local videos Player for local videos
ID jobmoeleihhccoboiljgojnjkejppiih
Officiële URL https://chromewebstore.google.com/detail/player-for-local-videos/jobmoeleihhccoboiljgojnjkejppiih
Beschrijving Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.
Bestandsgrootte 2.85 MB
Aantal Installaties 209
Huidige Versie 1.2
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2022-04-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar MDXZ
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MDXZ-delti/video-player
Help Pagina-URL https://github.com/MDXZ-delti/video-player/issues
Ondersteunde Talen 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"
            }
        }
    }
}