Bigger Theater Mode

Increases the size of YouTube's Theater mode.

Bigger Theater Modeคืออะไร?

Bigger Theater Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ggg.contact และคุณลักษณะหลักของมันคือ "Increases the size of YouTube's Theater mode."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bigger Theater Mode

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

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

                        Do you want YouTube™ videos to show up bigger, but still be able to see other useful information on your desktop? Are you tired of how useless Theater Mode currently is? Do you want to focus on the video your currently watching instead of being distracted by what's "recommended?"

Then, you should try this extension! With this small CSS tweak, your videos will be larger and easier to view in the browser. 

Happy viewing!                    

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

ชื่อ Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
คำอธิบาย Increases the size of YouTube's Theater mode.
ขนาดไฟล์ 16.14 KB
จำนวนการติดตั้ง 885
เวอร์ชันปัจจุบัน 0.0.0.8
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2019-11-07
คะแนน 4.30/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา https://ggg.contact
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigger Theater Mode",
    "version": "0.0.0.8",
    "description": "Increases the size of YouTube's Theater mode.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "BiggerTheaterMode.css"
            ]
        }
    ],
    "manifest_version": 3
}