Floating Video Pro

Popup a floating video that can be viewed while you are doing other work on your computer.

Floating Video Proคืออะไร?

Floating Video Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeTheBay และคุณลักษณะหลักของมันคือ "Popup a floating video that can be viewed while you are doing other work on your computer."

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

screenshot
screenshot

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

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

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

                        Watch videos in  a Floating window.

Click the extension icon while your YouTube, Twitch or any other video is playing and watch it pop up and become a topmost window above any of your other desktop applications, resize it and reposition it how you like.

Click your extensions and pin this extension to make it more accessible.                    

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

ชื่อ Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
คำอธิบาย Popup a floating video that can be viewed while you are doing other work on your computer.
ขนาดไฟล์ 4.79 KB
จำนวนการติดตั้ง 1,902
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-02-15
วันที่เผยแพร่ 2021-02-15
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา CodeTheBay
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Xela101/FloatingVideoPro
URL หน้าช่วยเหลือ https://github.com/Xela101/FloatingVideoPro
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Floating Video Pro",
    "description": "Popup a floating video that can be viewed while you are doing other work on your computer.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "Click to turn video's into a floating windows."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}