YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
Что такое YouTube Shorts Remover?
YouTube Shorts Remover - это расширение Chrome, разработанное Laith Alayassa, и его основная функция - "A lightweight extension that removes the youtube shorts button on the sidebar.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Shorts Remover
Скачайте файлы расширений YouTube Shorts Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
Основная информация о расширении
Название | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
Официальный URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Описание | A lightweight extension that removes the youtube shorts button on the sidebar. |
Размер файла | 8.4 KB |
Количество установок | 934 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2023-11-21 |
Дата публикации | 2022-07-27 |
Рейтинг | 3.33/5 Всего 3 оценок |
Разработчик | Laith Alayassa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |