Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
Что такое Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0 - это расширение Chrome, разработанное office, и его основная функция - "Automatically skips the YouTube ads. 🚫".
Снимки экрана расширения
Скачать файл CRX расширения Autoskip for YouTube 2.0
Скачайте файлы расширений Autoskip for YouTube 2.0 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
⬇️ Easy to set up ⬇️:
1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.
✨ Features ✨
1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.
This extension will auto-skip the ads to improve your YouTube experience. Основная информация о расширении
| Название | |
| ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
| Официальный URL | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
| Описание | Automatically skips the YouTube ads. 🚫 |
| Размер файла | 8.18 KB |
| Количество установок | 137 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2023-03-25 |
| Дата публикации | 2023-03-24 |
| Рейтинг | 4.00/5 Всего 4 оценок |
| Разработчик | office |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Autoskip for YouTube 2.0",
"version": "1.0",
"icons": {
"128": "icon_128.png"
},
"description": "Automatically skips the YouTube ads. \ud83d\udeab",
"content_scripts": [
{
"matches": [
"https:\/\/*.YouTube.com\/*"
],
"js": [
"content.js"
]
}
],
"manifest_version": 3
} | |