BetterTheatre

With this extension you can enjoy a full size theatre mode on youtube.

BetterTheatreคืออะไร?

BetterTheatre เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paolo Basso และคุณลักษณะหลักของมันคือ "With this extension you can enjoy a full size theatre mode on youtube."

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

screenshot
screenshot
screenshot

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

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

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

                        With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.                    

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

ชื่อ BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
คำอธิบาย With this extension you can enjoy a full size theatre mode on youtube.
ขนาดไฟล์ 18.82 KB
จำนวนการติดตั้ง 797
เวอร์ชันปัจจุบัน 1.11.0
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2018-10-14
คะแนน 4.55/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Paolo Basso
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/paolobasso99/BetterTheatre/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterTheatre",
    "description": "With this extension you can enjoy a full size theatre mode on youtube.",
    "version": "1.11.0",
    "author": "Paolo Basso",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/BetterTheatre.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/BT_icon16.png",
        "48": "assets\/BT_icon48.png",
        "128": "assets\/BT_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/BetterTheatre.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}