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文件

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

擴展使用說明

                        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
官方網址 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"
    ]
}