Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Что такое Shorts Blocker?

Shorts Blocker - это расширение Chrome, разработанное Umut Seven, и его основная функция - "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

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

screenshot

Скачать файл CRX расширения Shorts Blocker

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

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

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

Название Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
Официальный URL https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Описание Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Размер файла 9.3 KB
Количество установок 6,000
Текущая Версия 3.2
Последнее Обновление 2023-11-09
Дата публикации 2023-05-02
Рейтинг 4.38/5 Всего 21 оценок
Разработчик Umut Seven
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/umutseven92/shorts-blocker
URL страницы помощи https://github.com/umutseven92/shorts-blocker/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}