Popout Video Player

Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!

Popout Video Playerคืออะไร?

Popout Video Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samuel Péan และคุณลักษณะหลักของมันคือ "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!"

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

screenshot

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

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

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

                        Just click the extension button to open a YouTube, Dailymotion, Vimeo, Twitch or Rutube video in a resizable window.                    

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

ชื่อ Popout Video Player Popout Video Player
ID nlkkdjbboeginjddlaldghockncacjpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popout-video-player/nlkkdjbboeginjddlaldghockncacjpm
คำอธิบาย Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!
ขนาดไฟล์ 10.67 KB
จำนวนการติดตั้ง 3,774
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-28
วันที่เผยแพร่ 2013-09-28
คะแนน 3.82/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา Samuel Péan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popout Video Player",
    "version": "1.0",
    "author": "Samuel PEAN",
    "description": "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Popout Video Player"
    },
    "permissions": [
        "tabs"
    ]
}