Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Что такое Minimal YouTube?
Minimal YouTube - это расширение Chrome, разработанное Ephraim Atta-Duncan, и его основная функция - "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Снимки экрана расширения
Скачать файл CRX расширения Minimal YouTube
Скачайте файлы расширений Minimal YouTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Dopamine Free Youtube at your service
Основная информация о расширении
Название | Minimal YouTube |
ID | imnffafnaoooaedkhappfhomnnpigogk |
Официальный URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
Описание | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
Размер файла | 216 KB |
Количество установок | 4,330 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-10-20 |
Дата публикации | 2022-09-26 |
Рейтинг | 4.76/5 Всего 42 оценок |
Разработчик | Ephraim Atta-Duncan |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/dephraiim/minimal-youtube |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal YouTube", "version": "1.0.0", "description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.", "author": "Ephraim Atta-Duncan", "icons": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |