Youtube Manual AD Remover

Manually remove the youtube ads by pressing the ESC key (or Shift + E).

Что такое Youtube Manual AD Remover?

Youtube Manual AD Remover - это расширение Chrome, разработанное mountaindull, и его основная функция - "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".

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

screenshot
screenshot

Скачать файл CRX расширения Youtube Manual AD Remover

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

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

                        This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos.
You can remove ads with one click without moving the cursor.
Only Shift + E is valid at full screen.

You cannot use skip shortcut if keyboard shortcut allocation are conflicted.
Please be careful when use with another youtube extensions.                    

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

Название Youtube Manual AD Remover Youtube Manual AD Remover
ID jfbjbbfpbogjffpkcfmchfgamgioniea
Официальный URL https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea
Описание Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Размер файла 11.32 KB
Количество установок 375
Текущая Версия 1.3.4
Последнее Обновление 2024-01-12
Дата публикации 2022-01-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик mountaindull
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Keinsleif/youtube-manual-ad-remover
URL страницы помощи https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.3.4",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "ad-killer.js"
            ]
        }
    ]
}