Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

Responsive YouTubeคืออะไร?

Responsive YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blaise Kal และคุณลักษณะหลักของมันคือ "Automatically switch YouTube to theater mode and size videos to fill your entire browser window."

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

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

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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

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

ชื่อ Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
คำอธิบาย Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
ขนาดไฟล์ 6.43 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2018-02-23
วันที่เผยแพร่ 2018-02-23
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Blaise Kal
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}