Player for local videos

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

Qu'est-ce que Player for local videos ?

Player for local videos est une extension Chrome développée par MDXZ, et sa fonction principale est "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Player for local videos

Téléchargez les fichiers d'extension Player for local videos 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

                        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.                    

Informations de Base sur l'Extension

Nom Player for local videos Player for local videos
ID jobmoeleihhccoboiljgojnjkejppiih
URL Officiel https://chromewebstore.google.com/detail/player-for-local-videos/jobmoeleihhccoboiljgojnjkejppiih
Description Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.
Taille du Fichier 2.85 MB
Nombre d'Installations 209
Version Actuelle 1.2
Dernière Mise à Jour 2024-03-03
Date de Publication 2022-04-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur MDXZ
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/MDXZ-delti/video-player
URL de la Page d'Aide https://github.com/MDXZ-delti/video-player/issues
Langues Prises en Charge 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"
            }
        }
    }
}