Focused Youtube

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

Was ist Focused Youtube?

Focused Youtube ist eine Chrome-Erweiterung, die von jennifer entwickelt wurde, und ihr Hauptmerkmal ist "Removes related videos, comments, and more so that you can browse YouTube distraction free.".

Erweiterungsscreenshots

screenshot

Focused Youtube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focused Youtube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Focused Youtube Focused Youtube
ID bhdejdambdfmikcdgegajdkjdbhlandp
Offizielle URL https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp
Beschreibung Removes related videos, comments, and more so that you can browse YouTube distraction free.
Dateigröße 18.59 KB
Installationsanzahl 31
Aktuelle Version 1.0
Letztes Update 2020-12-29
Veröffentlichungsdatum 2020-12-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler jennifer
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}