Focused Youtube

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

What is Focused Youtube?

Focused Youtube is a Chrome extension developed by jennifer, and its main feature is "Removes related videos, comments, and more so that you can browse YouTube distraction free.".

Extension Screenshots

screenshot

Download Focused Youtube Extension CRX File

Download Focused Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Focused Youtube Focused Youtube
ID bhdejdambdfmikcdgegajdkjdbhlandp
Official URL https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp
Description Removes related videos, comments, and more so that you can browse YouTube distraction free.
File Size 18.59 KB
Installation Count 31
Current Version 1.0
Last Updated 2020-12-29
Publish Date 2020-12-28
Rating 5.00/5 Total 2 Ratings
Developer jennifer
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}