YouTube Windowed Fullscreen

This extension allows you to play YouTube videos fullscreen within your browser's window.

YouTube Windowed Fullscreenคืออะไร?

YouTube Windowed Fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fredrikgjellesvik และคุณลักษณะหลักของมันคือ "This extension allows you to play YouTube videos fullscreen within your browser's window."

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

screenshot

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

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

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

                        When watching a video on YouTube, using this extension will play the video full screen within the browser's window.                    

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

ชื่อ YouTube Windowed Fullscreen YouTube Windowed Fullscreen
ID iegaemeenabaiacgfdhjepmamefkejgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-windowed-fullscre/iegaemeenabaiacgfdhjepmamefkejgm
คำอธิบาย This extension allows you to play YouTube videos fullscreen within your browser's window.
ขนาดไฟล์ 5.42 KB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-10-11
วันที่เผยแพร่ 2016-10-10
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา fredrikgjellesvik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Windowed Fullscreen",
    "description": "This extension allows you to play YouTube videos fullscreen within your browser's window.",
    "version": "1.0",
    "icons": {
        "48": "48icon.png",
        "128": "128icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "addressChange.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}