Skip Ads
Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos
Что такое Skip Ads?
Skip Ads - это расширение Chrome, разработанное Stavros Ioannidis, и его основная функция - "Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos".
Снимки экрана расширения
Скачать файл CRX расширения Skip Ads
Скачайте файлы расширений Skip Ads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically clicks on the 'Skip Ads' button within Youtube™ videos.
Details:
- Works on the latest silent ads, which are not blocked by popular ad blocker extensions.
- Clicks the 'Skip Ads' button in less than 1 sec.
- Only works on youtube.com.
- Just install it and the auto-clicking is enabled. No configuration needed.
- Does not work on non-skippable ads.
Enjoy uninterrupted music!
*** NEW UPDATES ***
🔥 Version 1.1
- Update after Youtube renamed their button class on 11/11/2023. Основная информация о расширении
| Название | |
| ID | bjoabfoeadbgfbapkaipehdneonhkklf |
| Официальный URL | https://chromewebstore.google.com/detail/skip-ads/bjoabfoeadbgfbapkaipehdneonhkklf |
| Описание | Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos |
| Размер файла | 13.86 KB |
| Количество установок | 10,000 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2023-11-14 |
| Дата публикации | 2020-06-24 |
| Рейтинг | 4.13/5 Всего 15 оценок |
| Разработчик | Stavros Ioannidis |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skip Ads",
"version": "1.1",
"description": "Automatically clicks on the 'Skip Ads' button that shows within Youtube\u2122 videos",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |