Player for local videos
Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.
Cos'è Player for local videos?
Player for local videos è un'estensione di Chrome sviluppata da MDXZ, e la sua funzione principale è "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Player for local videos
Scarica i file di estensione Player for local videos in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Player for local videos |
ID | jobmoeleihhccoboiljgojnjkejppiih |
URL Ufficiale | https://chromewebstore.google.com/detail/player-for-local-videos/jobmoeleihhccoboiljgojnjkejppiih |
Descrizione | Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more. |
Dimensione del File | 2.85 MB |
Conteggio Installazioni | 209 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2024-03-03 |
Data di Pubblicazione | 2022-04-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | MDXZ |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/MDXZ-delti/video-player |
URL della Pagina di Aiuto | https://github.com/MDXZ-delti/video-player/issues |
Lingue Supportate | 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" } } } } |