Focused Youtube

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

Hvad er Focused Youtube?

Focused Youtube er en Chrome-udvidelse udviklet af jennifer, og dens hovedfunktion er "Removes related videos, comments, and more so that you can browse YouTube distraction free.".

Udvidelsesskærmbilleder

screenshot

Download Focused Youtube-udvidelses-CRX-fil

Download Focused Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Focused Youtube Focused Youtube
ID bhdejdambdfmikcdgegajdkjdbhlandp
Officiel URL https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp
Beskrivelse Removes related videos, comments, and more so that you can browse YouTube distraction free.
Filstørrelse 18.59 KB
Antal Installationer 31
Nuværende Version 1.0
Senest Opdateret 2020-12-29
Udgivelsesdato 2020-12-28
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler jennifer
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}