Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Что такое Youtube Ad Skipper?
Youtube Ad Skipper - это расширение Chrome, разработанное Zubair Mohsin, и его основная функция - "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
Скачать файл CRX расширения Youtube Ad Skipper
Скачайте файлы расширений Youtube Ad Skipper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
Основная информация о расширении
Название | |
ID | enihkpojbigcklkiniiknjplcfihheca |
Официальный URL | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Описание | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
Размер файла | 44.95 KB |
Количество установок | 663 |
Текущая Версия | 0.1 |
Последнее Обновление | 2017-12-22 |
Дата публикации | 2017-12-22 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Zubair Mohsin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |