Video Player

Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.

Vad är Video Player?

Video Player är en Chrome-tillägg utvecklad av Mathieu Gravel, och dess huvudfunktion är "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Video Player-förlängningens CRX-fil

Ladda ner Video Player-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - Offer a better user experience than the default player.
- Offer multiple shortcuts for controlling the video player.
- The video player has a video preview when hovering over the timeline.

This extension is useful to watch movies on your computer without the need to download a video player on your computer. This extension can play every supported video format supported by the browser.

This extension will load the video player only when the link in the browser is a video. To play a local file, you simply have to copy the path in the URL bar or drag and drop it in the browser.                    

Grundläggande Information om Tillägg

Namn Video Player Video Player
ID phdogoeljjbggglcgpkiabgdkkncgohe
Officiell webbadress https://chromewebstore.google.com/detail/video-player/phdogoeljjbggglcgpkiabgdkkncgohe
Beskrivning Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.
Filstorlek 475 KB
Antal Installationer 732
Aktuell Version 1.0.0
Senast Uppdaterad 2022-01-07
Publiceringsdatum 2022-01-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Mathieu Gravel
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/MathieuGravel/video-player-chrome-extension
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Player",
    "description": "Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}