Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Что такое Hide YouTube Comments?

Hide YouTube Comments - это расширение Chrome, разработанное Extensions, и его основная функция - "Hides all user comments on YouTube. There is no option or button to show the comments again.".

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

screenshot

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

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

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

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

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

Название Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
Официальный URL https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
Описание Hides all user comments on YouTube. There is no option or button to show the comments again.
Размер файла 9.26 KB
Количество установок 350
Текущая Версия 2
Последнее Обновление 2023-03-19
Дата публикации 2021-03-31
Рейтинг 5.00/5 Всего 16 оценок
Разработчик Extensions
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://sites.google.com/view/capcut-privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}