Auto Skip Youtube Ads

Auto Skip Youtube Ads

Что такое Auto Skip Youtube Ads?

Auto Skip Youtube Ads - это расширение Chrome, разработанное Anuj Gupta, и его основная функция - "Auto Skip Youtube Ads".

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

screenshot
screenshot
screenshot

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

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

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

                        Auto skip Youtube Ads
Instead of completely blocking ads which prevents YouTube channels from earning any ad revenue, this extension detects ads appearing and clicks the skip button instantly, just like a regular user would, only much quicker and effortlessly.

It doesn't block ads, it just clicks close and skip for you automatically. Useful if you're tabbed out, or just lazy.

For banner ads, it clicks the close button - usually before the ad is even visible. 
For pre-roll ads that you have to watch for 5 seconds, it will click the skip button as soon as it can.                    

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

Название Auto Skip Youtube Ads Auto Skip Youtube Ads
ID fcblefnaalnljhcbldiiaaglfchcmdmb
Официальный URL https://chromewebstore.google.com/detail/auto-skip-youtube-ads/fcblefnaalnljhcbldiiaaglfchcmdmb
Описание Auto Skip Youtube Ads
Размер файла 15.89 KB
Количество установок 6,887
Текущая Версия 1.04
Последнее Обновление 2022-04-25
Дата публикации 2020-05-01
Рейтинг 4.41/5 Всего 44 оценок
Разработчик Anuj Gupta
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://anujnj11.github.io/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Skip Youtube Ads",
    "description": "Auto Skip Youtube Ads",
    "version": "1.04",
    "short_name": "Auto Skip Youtube Ads",
    "permissions": [],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipAds.min.js"
            ],
            "all_frames": true
        }
    ]
}