Better YouTube Theatre Mode

Improves YouTube's theatre mode by making use of all of the available height

Better YouTube Theatre Modeคืออะไร?

Better YouTube Theatre Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SimenMH และคุณลักษณะหลักของมันคือ "Improves YouTube's theatre mode by making use of all of the available height"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better YouTube Theatre Mode

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

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

                        How it works:
-Adds a very simple change that forces theatre mode to expand vertically

Enjoy a better viewing experience.


Source: https://github.com/SimenMH/better-youtube-theatre-mode                    

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

ชื่อ Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
คำอธิบาย Improves YouTube's theatre mode by making use of all of the available height
ขนาดไฟล์ 5.31 KB
จำนวนการติดตั้ง 844
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2022-05-11
คะแนน 4.53/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา SimenMH
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/SimenMH/better-youtube-theatre-mode
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Theatre Mode",
    "version": "1.0.6",
    "description": "Improves YouTube's theatre mode by making use of all of the available height",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "byttm.css"
            ],
            "run_at": "document_end"
        }
    ]
}