Youtube filter(hide watched)

Adds a filter to remove watched videos

Что такое Youtube filter(hide watched)?

Youtube filter(hide watched) - это расширение Chrome, разработанное tpogih, и его основная функция - "Adds a filter to remove watched videos".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Youtube filter(hide watched)

Скачайте файлы расширений Youtube filter(hide watched) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Removes watched videos from the list.
You can easily find new videos on your favorite channel.                    

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

Название Youtube filter(hide watched) Youtube filter(hide watched)
ID bdaeelkaallcpnhkdcenggcakegmejim
Официальный URL https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim
Описание Adds a filter to remove watched videos
Размер файла 880 KB
Количество установок 74
Текущая Версия 1.0.16
Последнее Обновление 2022-09-07
Дата публикации 2021-02-05
Рейтинг 5.00/5 Всего 2 оценок
Разработчик tpogih
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,es,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.16",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/append.css"
            ]
        }
    ]
}