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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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:\/\/*\/*" ] } |