Hide Youtube Reccomendations

Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work

Что такое Hide Youtube Reccomendations?

Hide Youtube Reccomendations - это расширение Chrome, разработанное https://hasan-naser.com, и его основная функция - "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Hide Youtube Reccomendations в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A browser extension help you to focus in your work by removing YouTube recommended sidebar, user comments, homepage related videos feed,
hide youtube feeds
hide youtube recommended videos 
hide notification                    

Основная информация о расширении

Название Hide Youtube Reccomendations Hide Youtube Reccomendations
ID kehfeffkkeikicjiehddmbmabmakfdff
Официальный URL https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff
Описание Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
Размер файла 7.56 KB
Количество установок 215
Текущая Версия 1.2
Последнее Обновление 2023-05-01
Дата публикации 2020-12-21
Рейтинг 3.67/5 Всего 3 оценок
Разработчик https://hasan-naser.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Youtube Reccomendations",
    "version": "1.2",
    "description": "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work",
    "manifest_version": 3,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}