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