YouTube Distraction Free Mode

Video only displays with a black background

什麼是YouTube Distraction Free Mode?

YouTube Distraction Free Mode是由dan.burke.software.engineer開發的Chrome擴展程式,該擴展的主要功能是“Video only displays with a black background”。

擴展截圖

screenshot

下載YouTube Distraction Free Mode擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}