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
公式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:\/\/*\/*"
    ]
}