HYS BETA

Disable YouTube Shorts effortlessly with this powerful browser extension

Что такое HYS BETA?

HYS BETA - это расширение Chrome, разработанное http://hideshorts.com, и его основная функция - "Disable YouTube Shorts effortlessly with this powerful browser extension".

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

screenshot

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

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

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

                        THIS EXTENSION IS FOR BETA TESTING

This is a beta release of the Hide YouTube Shorts extension. It is intended for testing purposes and may contain bugs or unexpected behavior. We appreciate your feedback and reports of any issues encountered during your experience with this beta version. Your valuable input will help us improve and refine the final release.

If you are looking for the stable release you can find it here https://chrome.google.com/webstore/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih

Bug reports can be submitted via either of the links below:
• https://github.com/probablyraging/hide-youtube-shorts/issues/new/choose
• https://discord.gg/HrhzwdB82j                    

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

Название HYS BETA HYS BETA
ID mefpaebipddmdknlplfakgdoiajiifmg
Официальный URL https://chrome.google.com/webstore/detail/hys-beta/mefpaebipddmdknlplfakgdoiajiifmg
Описание Disable YouTube Shorts effortlessly with this powerful browser extension
Размер файла 302 KB
Количество установок 61
Текущая Версия 0.0.5
Последнее Обновление 2023-06-24
Дата публикации 2023-06-22
Разработчик http://hideshorts.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hideshorts.com
URL страницы помощи https://discord.com/invite/HrhzwdB82j
Поддерживаемые языки de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HYS BETA",
    "manifest_version": 3,
    "version": "0.0.5",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}