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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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
이메일 [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"
    }
}