Media player classic

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

Media player classicคืออะไร?

Media player classic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazing-video-frame.freeonlineapps.net และคุณลักษณะหลักของมันคือ "Watch videos using Picture-in-Picture mode (Floating Video Player)."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media player classic

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}