Video Player

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

什麼是Video Player?

Video Player是由Mathieu Gravel開發的Chrome擴展程式,該擴展的主要功能是“Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載Video Player擴展crx文件

下載Video Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - 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.                    

擴展基本資訊

名稱 Video Player Video Player
ID phdogoeljjbggglcgpkiabgdkkncgohe
官方網址 https://chromewebstore.google.com/detail/video-player/phdogoeljjbggglcgpkiabgdkkncgohe
簡介 Video Player is a Chrome extension that offers a comprehensive video player when you open a video in a browser.
檔案大小 475 KB
安裝次數 732
目前版本 1.0.0
更新時間 2022-01-07
上架時間 2022-01-07
評分 5.00/5 共 1 次評分
開發者 Mathieu Gravel
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/MathieuGravel/video-player-chrome-extension
支援的語言 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"
    }
}