YouTube Distraction Free Mode

Video only displays with a black background

YouTube Distraction Free Modeคืออะไร?

YouTube Distraction Free Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dan.burke.software.engineer และคุณลักษณะหลักของมันคือ "Video only displays with a black background"

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

screenshot

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

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

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

                        Chrome extension button removes everything except the youtube video being watched.  
Enjoy the distraction free video viewing.                    

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

ชื่อ YouTube Distraction Free Mode YouTube Distraction Free Mode
ID fndkdnncakdblphkfbbfaljjimbojppc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-distraction-free/fndkdnncakdblphkfbbfaljjimbojppc
คำอธิบาย Video only displays with a black background
ขนาดไฟล์ 5.36 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-15
วันที่เผยแพร่ 2017-01-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dan.burke.software.engineer
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Free Mode",
    "description": "Video only displays with a black background",
    "version": "1.0",
    "browser_action": {
        "default_title": "YouTubeDistractionFree",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}