No more shorts

Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.

Что такое No more shorts?

No more shorts - это расширение Chrome, разработанное kakke, и его основная функция - "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения No more shorts

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

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

                        The extension is in alpha, check out the code on my github.                    

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

Название No more shorts No more shorts
ID cdgiehpicfibgnnekjipimaabanbdagh
Официальный URL https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh
Описание Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
Размер файла 11.53 KB
Количество установок 280
Текущая Версия 0.0.0.6
Последнее Обновление 2023-01-02
Дата публикации 2022-12-27
Рейтинг 5.00/5 Всего 8 оценок
Разработчик kakke
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/albertbayazidi/no_more_shorts
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "remove_html.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "No more shorts",
    "version": "0.0.0.6",
    "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.",
    "icons": {
        "128": "img.png"
    }
}