2560px for YouTube

Better splitscreen YouTube for 2560px wide displays.

2560px for YouTubeคืออะไร?

2560px for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinrestaino และคุณลักษณะหลักของมันคือ "Better splitscreen YouTube for 2560px wide displays."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 2560px for YouTube

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

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

                        Better splitscreen YouTube for 2560px wide displays.                    

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

ชื่อ 2560px for YouTube 2560px for YouTube
ID kdhplpnjiejpfghanbaljhinbjpolffd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/2560px-for-youtube/kdhplpnjiejpfghanbaljhinbjpolffd
คำอธิบาย Better splitscreen YouTube for 2560px wide displays.
ขนาดไฟล์ 617 KB
จำนวนการติดตั้ง 576
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2016-10-03
วันที่เผยแพร่ 2016-10-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kevinrestaino
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2560px for YouTube",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Better splitscreen YouTube for 2560px wide displays.",
    "homepage_url": "http:\/\/kevinrestaino.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}