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
公式URL 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
Eメール [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"
    }
}