YouTube Instant Autoplay

Instantly plays the next YouTube video!

Что такое YouTube Instant Autoplay?

YouTube Instant Autoplay - это расширение Chrome, разработанное loyolapps, и его основная функция - "Instantly plays the next YouTube video!".

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

screenshot

Скачать файл CRX расширения YouTube Instant Autoplay

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

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

                        Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video!

✅ Automatically plays the next YouTube video

💡 Make sure to have "AutoPlay" on (located on YouTube player itself)

Feedbacks and feature requests are happily welcomed at [email protected]                    

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

Название YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
Официальный URL https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Описание Instantly plays the next YouTube video!
Размер файла 27.94 KB
Количество установок 588
Текущая Версия 1.2
Последнее Обновление 2023-12-20
Дата публикации 2021-02-24
Рейтинг 4.00/5 Всего 8 оценок
Разработчик loyolapps
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Instant Autoplay",
    "version": "1.2",
    "description": "Instantly plays the next YouTube video!",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}