YouTube Distraction Free Mode

Video only displays with a black background

Qu'est-ce que YouTube Distraction Free Mode ?

YouTube Distraction Free Mode est une extension Chrome développée par dan.burke.software.engineer, et sa fonction principale est "Video only displays with a black background".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Distraction Free Mode

Téléchargez les fichiers d'extension YouTube Distraction Free Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouTube Distraction Free Mode YouTube Distraction Free Mode
ID fndkdnncakdblphkfbbfaljjimbojppc
URL Officiel https://chrome.google.com/webstore/detail/youtube-distraction-free/fndkdnncakdblphkfbbfaljjimbojppc
Description Video only displays with a black background
Taille du Fichier 5.36 KB
Nombre d'Installations 117
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-15
Date de Publication 2017-01-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur dan.burke.software.engineer
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}