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 MDXZ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Player for local videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
            }
        }
    }
}