Youtube video and channel blocker

Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters

Что такое Youtube video and channel blocker?

Youtube video and channel blocker - это расширение Chrome, разработанное ybeln123, и его основная функция - "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Youtube video and channel blocker

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

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

                        This extension is for Google Chrome only. Operation in other browsers is not guaranteed.

Block Youtube videos by full title or partial match.                    

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

Название Youtube video and channel blocker Youtube video and channel blocker
ID olldakipdpmhhpmlapaefnnialmcionp
Официальный URL https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp
Описание Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
Размер файла 153 KB
Количество установок 2,017
Текущая Версия 2.9.4
Последнее Обновление 2024-03-04
Дата публикации 2021-09-11
Рейтинг 4.00/5 Всего 20 оценок
Разработчик ybeln123
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/sms-one.ru\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "constants.js",
                "func.js",
                "jquery.js",
                "lang.js",
                "elements.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ban.png"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/sms-one.ru\/*"
            ]
        }
    ],
    "manifest_version": 3
}