Floating Video Player

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

Floating Video Playerคืออะไร?

Floating Video Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Free Software และคุณลักษณะหลักของมันคือ "Watch videos using Picture-in-Picture mode (Floating Video Player)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Floating Video Player

ดาวน์โหลดไฟล์ส่วนขยาย Floating Video Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Watch videos using Picture-in-Picture mode (Floating Video Player). Our software supports all kinds of video websites.
Picture-in-Picture lets you to watch videos in a popup window (always on top of other windows) so you can keep an eye on what you’re watching while surfing the Internet.

 

Features:
- Adds a Picture in Picture button to the video player of supported sites
- Users can choose to click on the Picture in Picture button on the video player or on the extension icon on the Google Chrome toolbar
- Save time and continue browsing the Internet and watching your videos at the same time

 

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. The floating image mode in Picture mode (PIP) for Chrome is not created, is not associated with Google Inc. or not supported.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Floating Video Player Floating Video Player
ID hkgklchdacgolfhdiginenjghokhehnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/floating-video-player/hkgklchdacgolfhdiginenjghokhehnn
คำอธิบาย Watch videos using Picture-in-Picture mode (Floating Video Player).
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-04-26
วันที่เผยแพร่ 2020-04-23
คะแนน 4.18/5 รวมทั้งหมด 486 คะแนน
ผู้พัฒนา Free Software
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freebusinessapps.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "__MSG_application_title__",
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ],
    "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"
        }
    },
    "background": {
        "scripts": [
            "\/js\/update-conf.js",
            "\/js\/update.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/*.freebusinessapps.net\/*"
    ]
}