YouTube Skip Ads

Skip all kind of youtube ads automatically.

Что такое YouTube Skip Ads?

YouTube Skip Ads - это расширение Chrome, разработанное akash.anand708, и его основная функция - "Skip all kind of youtube ads automatically.".

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

screenshot

Скачать файл CRX расширения YouTube Skip Ads

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

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

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

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

Название YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
Официальный URL https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
Описание Skip all kind of youtube ads automatically.
Размер файла 6.02 KB
Количество установок 636
Текущая Версия 0.1
Последнее Обновление 2019-07-28
Дата публикации 2019-07-26
Рейтинг 4.00/5 Всего 3 оценок
Разработчик akash.anand708
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}