Focused Youtube

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

Что такое Focused Youtube?

Focused Youtube - это расширение Chrome, разработанное jennifer, и его основная функция - "Removes related videos, comments, and more so that you can browse YouTube distraction free.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Focused Youtube

Скачайте файлы расширений 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"
    }
}