YouTube Distraction Free Mode

Video only displays with a black background

What is YouTube Distraction Free Mode?

YouTube Distraction Free Mode is a Chrome extension developed by dan.burke.software.engineer, and its main feature is "Video only displays with a black background".

Extension Screenshots

screenshot

Download YouTube Distraction Free Mode Extension CRX File

Download YouTube Distraction Free Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Distraction Free Mode YouTube Distraction Free Mode
ID fndkdnncakdblphkfbbfaljjimbojppc
Official URL https://chrome.google.com/webstore/detail/youtube-distraction-free/fndkdnncakdblphkfbbfaljjimbojppc
Description Video only displays with a black background
File Size 5.36 KB
Installation Count 117
Current Version 1.0
Last Updated 2017-01-15
Publish Date 2017-01-15
Rating 5.00/5 Total 1 Ratings
Developer dan.burke.software.engineer
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}