Focused Youtube

Removes related videos, comments, and more so that you can browse YouTube distraction free.

什么是Focused Youtube?

Focused Youtube是由jennifer开发的Chrome扩展程序,该扩展的主要功能是“Removes related videos, comments, and more so that you can browse YouTube distraction free.”。

扩展截图

screenshot

下载Focused Youtube扩展crx文件

下载Focused Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Focused YouTube allows you to watch YouTube videos without being tempted to peruse comments, check out what's trending, or click on related videos.

Install the extension to browse YouTube for school or work, distraction free.


FEATURES:

- removes related videos
- hides comments section
- hides merchandise 
- disables autoplay
- hides trending videos


To maximize productivity, pair this extension with an ad-blocker.                    

扩展基本信息

名称 Focused Youtube Focused Youtube
ID bhdejdambdfmikcdgegajdkjdbhlandp
官方URL https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp
简介 Removes related videos, comments, and more so that you can browse YouTube distraction free.
文件大小 18.59 KB
安装次数 31
当前版本 1.0
更新时间 2020-12-29
上架时间 2020-12-28
评分 5.00/5 共2次评分
开发者 jennifer
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focused Youtube",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Removes related videos, comments, and more so that you can browse YouTube distraction free.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "mycss.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Focused Youtube",
        "default_icon": "icon.png"
    }
}