Media player classic

Watch videos using Picture-in-Picture mode (Floating Video Player).

Media player classic란 무엇입니까?

Media player classic은(는) https://amazing-video-frame.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch videos using Picture-in-Picture mode (Floating Video Player)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Media player classic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Picture-in-Picture for Chrome  - This allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Click on the extension icon to bring the video player on YouTube™ and other sites. This window will play videos on all pages of the browser.                    

확장 프로그램 기본 정보

이름 Media player classic Media player classic
ID lebmjaofagfmkikfgebfbnfhhcemmmfo
공식 URL https://chrome.google.com/webstore/detail/media-player-classic/lebmjaofagfmkikfgebfbnfhhcemmmfo
설명 Watch videos using Picture-in-Picture mode (Floating Video Player).
파일 크기 1.93 MB
설치 횟수 2,406
현재 버전 1.0.1
최근 업데이트 2020-12-16
출시 날짜 2020-05-24
평점 3.85/5 총 27 개의 평점
개발자 https://amazing-video-frame.freeonlineapps.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeonlineapps.net/privacy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "__MSG_application_title__",
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "images\/icons8-tv-show-16.png",
        "32": "images\/icons8-tv-show-32.png",
        "48": "images\/icons8-tv-show-48.png",
        "64": "images\/icons8-tv-show-64.png",
        "128": "images\/icons8-tv-show-128.png"
    },
    "browser_action": {
        "default_popup": "background.html",
        "default_icon": {
            "16": "images\/icons8-tv-show-16.png",
            "32": "images\/icons8-tv-show-32.png",
            "48": "images\/icons8-tv-show-48.png",
            "64": "images\/icons8-tv-show-64.png",
            "128": "images\/icons8-tv-show-128.png"
        }
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/update-conf.js",
            "js\/update.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}