YouTube No Context
This removes YouTube's context/clarify box
Что такое YouTube No Context?
YouTube No Context - это расширение Chrome, разработанное Brent, и его основная функция - "This removes YouTube's context/clarify box".
Снимки экрана расширения
Скачать файл CRX расширения YouTube No Context
Скачайте файлы расширений YouTube No Context в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :)
Основная информация о расширении
Название | YouTube No Context |
ID | dnlffelklagnbdjpcbhfdbangccjmhhh |
Официальный URL | https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh |
Описание | This removes YouTube's context/clarify box |
Размер файла | 3.7 KB |
Количество установок | 1,259 |
Текущая Версия | 1.0 |
Последнее Обновление | 2022-08-08 |
Дата публикации | 2022-08-08 |
Рейтинг | 5.00/5 Всего 26 оценок |
Разработчик | Brent |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/BrentFarris/youtube-no-context |
URL страницы помощи | https://github.com/BrentFarris/youtube-no-context/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube No Context", "action": { "default_icon": "icon.png" }, "manifest_version": 3, "version": "1.0", "description": "This removes YouTube's context\/clarify box", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" } } |