YouTube Window Player

Resize YouTube's HTML5 player to fully fit your browser window

YouTube Window Playerคืออะไร?

YouTube Window Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jakdept และคุณลักษณะหลักของมันคือ "Resize YouTube's HTML5 player to fully fit your browser window"

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

screenshot

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

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

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

                        Autohides the top bar in YouTube's HTML5 theatre player, and makes the share buttons optional.

- Updated to match youtube's new style.                    

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

ชื่อ YouTube Window Player YouTube Window Player
ID djcblfigljldnidihnfjmpcbfhflhfan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-window-player/djcblfigljldnidihnfjmpcbfhflhfan
คำอธิบาย Resize YouTube's HTML5 player to fully fit your browser window
ขนาดไฟล์ 672 KB
จำนวนการติดตั้ง 1,261
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-09-11
วันที่เผยแพร่ 2018-09-11
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา jakdept
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jakdept/youtube-window-player
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Window Player",
    "version": "0.1.1",
    "description": "Resize YouTube's HTML5 player to fully fit your browser window",
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "author": "Jack Hayhurst",
    "content_scripts": [
        {
            "css": [
                "player.css"
            ],
            "js": [
                "thirdParty\/jquery-3.2.1.min.js",
                "thirdParty\/debounce.js",
                "player.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "incognito": "split"
}