Chrome Video Pop-out

Use chrome pop-out player without using the context menu even on Twitch

Chrome Video Pop-outคืออะไร?

Chrome Video Pop-out เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Use chrome pop-out player without using the context menu even on Twitch"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Video Pop-out

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

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

                        Chrome extension to pop-out any video element on your current viewed browser tab. Uses the native pop-out feature of Chrome found in the context menu when right-clicking videos. Some websites won't allow this context menu entry (or need to open a second context menu) as they are using custom menus or have separate layers above the video element.

This extension makes stuff work easily even on sites like YouTube or Twitch.                    

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

ชื่อ Chrome Video Pop-out Chrome Video Pop-out
ID jcgacckndmapfdcccebjlhglchkbfkjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk
คำอธิบาย Use chrome pop-out player without using the context menu even on Twitch
ขนาดไฟล์ 279 KB
จำนวนการติดตั้ง 7,197
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-03-18
วันที่เผยแพร่ 2019-03-18
คะแนน 4.36/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Noki77/chrome-popout
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Video Pop-out",
    "version": "1.1",
    "description": "Use chrome pop-out player without using the context menu even on Twitch",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon\/icon-16.png",
            "32": "assets\/icon\/icon-32.png",
            "48": "assets\/icon\/icon-48.png",
            "128": "assets\/icon\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/icon\/icon-16.png",
        "32": "assets\/icon\/icon-32.png",
        "48": "assets\/icon\/icon-48.png",
        "128": "assets\/icon\/icon-128.png"
    },
    "manifest_version": 2
}