Full Screen for YouTube

Opens the YouTube link over the entire page using the YouTube embed url.

Full Screen for YouTubeคืออะไร?

Full Screen for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kees C. Bakker และคุณลักษณะหลักของมันคือ "Opens the YouTube link over the entire page using the YouTube embed url."

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

screenshot
screenshot

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

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

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

                        Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.                    

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

ชื่อ Full Screen for YouTube Full Screen for YouTube
ID nnfllbclchoppelnicmgnnepjpimbjoh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh
คำอธิบาย Opens the YouTube link over the entire page using the YouTube embed url.
ขนาดไฟล์ 20.71 KB
จำนวนการติดตั้ง 415
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2019-08-25
วันที่เผยแพร่ 2019-08-25
คะแนน 4.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Kees C. Bakker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Screen for YouTube",
    "short_name": "YTFS",
    "version": "0.1.2",
    "author": "Kees C. Bakker",
    "description": "Opens the YouTube link over the entire page using the YouTube embed url.",
    "page_action": {
        "default_title": "YouTube Full Screen",
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src  'self' 'unsafe-eval';object-src  'self';",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "YTFS.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}