YouTube Distraction Free Mode

Video only displays with a black background

Wat is YouTube Distraction Free Mode?

YouTube Distraction Free Mode is een Chrome-extensie ontwikkeld door dan.burke.software.engineer, en de belangrijkste functie is "Video only displays with a black background".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Distraction Free Mode

Download YouTube Distraction Free Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Distraction Free Mode YouTube Distraction Free Mode
ID fndkdnncakdblphkfbbfaljjimbojppc
Officiële URL https://chrome.google.com/webstore/detail/youtube-distraction-free/fndkdnncakdblphkfbbfaljjimbojppc
Beschrijving Video only displays with a black background
Bestandsgrootte 5.36 KB
Aantal Installaties 117
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-15
Publicatiedatum 2017-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dan.burke.software.engineer
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}