Skip video ads

Skip youtube before-video ads once the 5 seconds is over automatically

Что такое Skip video ads?

Skip video ads - это расширение Chrome, разработанное http://mrgarretto.com, и его основная функция - "Skip youtube before-video ads once the 5 seconds is over automatically".

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

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

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

                        This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.                    

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

Название Skip video ads Skip video ads
ID mbiejnlchbmjdjmnoalpfoelnimekocb
Официальный URL https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb
Описание Skip youtube before-video ads once the 5 seconds is over automatically
Размер файла 81.02 KB
Количество установок 28
Текущая Версия 1.0
Последнее Обновление 2015-11-07
Дата публикации 2015-11-06
Разработчик http://mrgarretto.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skip video ads",
    "description": "Skip youtube before-video ads once the 5 seconds is over automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "clickskip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}